Fix inconsistent usage of "Positional argument"
All help texts uses "Positional argument" with the exception of tempurl. Update tempurl to use this as well so that the formatting tools work fine and can show this nicely on http://docs.openstack.org/cli-reference/content/swiftclient_commands.html#swiftclient_subcommand_tempurl like it's done for other options. Change-Id: Ib5502c23b236986bea5a4d4a63a46fca411a8494 Closes-Bug: #1463081
This commit is contained in:
parent
ec3e2ab3a0
commit
e48f487335
@ -912,7 +912,7 @@ st_tempurl_options = '<method> <seconds> <path> <key>'
|
||||
st_tempurl_help = '''
|
||||
Generates a temporary URL for a Swift object.
|
||||
|
||||
Positions arguments:
|
||||
Positional arguments:
|
||||
[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
|
||||
|
Loading…
x
Reference in New Issue
Block a user