Merge "Add missing <sync-to> value in command line docs"

This commit is contained in:
Zuul 2019-07-09 22:57:56 +00:00 committed by Gerrit Code Review
commit 7cf8541b38
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,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>]]

View File

@ -709,7 +709,7 @@ def st_stat(parser, args, output_manager, return_parser=False):
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>]]