Correct the help message of swift tempurl

correct the help message of swift tempurl
use <> instead of [] in Positional arguments.

Change-Id: Ib60ce97cef03e0423082c497604525eba2300fa9
This commit is contained in:
YangLei 2015-06-30 15:05:40 +08:00
parent 7c716997a8
commit 91855bd912

@ -913,13 +913,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')