Add missing <sync-to> value in command line docs
Because it should take a value of either realm or full url. Change-Id: I1fe30825ef1620e256c9fd3057da6808b03d7200
This commit is contained in:
parent
73f0259dbc
commit
097f4b26d9
@ -442,7 +442,7 @@ swift post
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Usage: swift post [--read-acl <acl>] [--write-acl <acl>] [--sync-to]
|
||||
Usage: swift post [--read-acl <acl>] [--write-acl <acl>] [--sync-to <sync-to>]
|
||||
[--sync-key <sync-key>] [--meta <name:value>]
|
||||
[--header <header>]
|
||||
[<container> [<object>]]
|
||||
|
@ -687,7 +687,7 @@ def st_stat(parser, args, output_manager):
|
||||
output_manager.error(e.value)
|
||||
|
||||
|
||||
st_post_options = '''[--read-acl <acl>] [--write-acl <acl>] [--sync-to]
|
||||
st_post_options = '''[--read-acl <acl>] [--write-acl <acl>] [--sync-to <sync-to>]
|
||||
[--sync-key <sync-key>] [--meta <name:value>]
|
||||
[--header <header>]
|
||||
[<container> [<object>]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user