summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHirokazu Sakata <h.sakata@staff.east.ntt.co.jp>2015-02-10 20:46:48 +0900
committerHirokazu Sakata <h.sakata@staff.east.ntt.co.jp>2015-02-10 20:52:17 +0900
commiteb85f8c1a401f2b15a89538c0b392a4ae3313b75 (patch)
treefa6b5710b1427f9d09601d0ea0ec92314ea861da
parent06c73c6020e5af873e3ce245a27035da3448de7b (diff)
downloadpython-swiftclient-eb85f8c1a401f2b15a89538c0b392a4ae3313b75.tar.gz
Add help message for "<subcommand> --help"
This patch fixed help message for "<subcommand> --help" in general help message. Previous help message was only "this help message". It has not described for subcommand. Change-Id: I2fe6413baf98ba3881425ee6bed29c618e29fff8 Closes-Bug: 1420253
-rw-r--r--doc/manpages/swift.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index ee77a81..a470432 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -107,7 +107,7 @@ proxy-url.
.SH OPTIONS
.PD 0
.IP "--version Show program's version number and exit"
-.IP "-h, --help Show this help message and exit"
+.IP "-h, --help Show this (or any subcommand) help message and exit"
.IP "-s, --snet Use SERVICENET internal network"
.IP "-v, --verbose Print more info"
.IP "-q, --quiet Suppress status output"