summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-11 06:47:09 +0000
committerGerrit Code Review <review@openstack.org>2015-07-11 06:47:09 +0000
commitde3fe02ba7d0112b6128a497981680bfad5b0f6b (patch)
tree331c35be8610a1f5f694fedf8e830a0ad4bd406d
parent605ec9250791453d0cf449b591bfc11a2a0b04fb (diff)
parent91855bd912c75d4b6b86a3245a44099d8d03c676 (diff)
downloadpython-swiftclient-de3fe02ba7d0112b6128a497981680bfad5b0f6b.tar.gz
Merge "Correct the help message of swift tempurl"
-rwxr-xr-xswiftclient/shell.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index fdd1321..3cc7314 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -983,13 +983,13 @@ st_tempurl_help = '''
Generates a temporary URL for a Swift object.
Positional arguments:
- [method] An HTTP method to allow for this temporary URL.
+ <method> An HTTP method to allow for this temporary URL.
Usually 'GET' or 'PUT'.
- [seconds] The amount of time in seconds the temporary URL will
+ <seconds> The amount of time in seconds the temporary URL will
be valid for.
- [path] The full path to the Swift object. Example:
+ <path> The full path to the Swift object. Example:
/v1/AUTH_account/c/o.
- [key] The secret temporary URL key set on the Swift cluster.
+ <key> The secret temporary URL key set on the Swift cluster.
To set a key, run \'swift post -m
"Temp-URL-Key:b3968d0207b54ece87cccc06515a89d4"\'
'''.strip('\n')