Merge "Add missing <sync-to> value in command line docs"
This commit is contained in:
commit
7cf8541b38
@ -443,7 +443,7 @@ swift post
|
|||||||
|
|
||||||
.. code-block:: console
|
.. 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>]
|
[--sync-key <sync-key>] [--meta <name:value>]
|
||||||
[--header <header>]
|
[--header <header>]
|
||||||
[<container> [<object>]]
|
[<container> [<object>]]
|
||||||
|
@ -709,7 +709,7 @@ def st_stat(parser, args, output_manager, return_parser=False):
|
|||||||
output_manager.error(e.value)
|
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>]
|
[--sync-key <sync-key>] [--meta <name:value>]
|
||||||
[--header <header>]
|
[--header <header>]
|
||||||
[<container> [<object>]]
|
[<container> [<object>]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user