summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/cli/index.rst2
-rwxr-xr-xswiftclient/shell.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst
index d6841d5..1762989 100644
--- a/doc/source/cli/index.rst
+++ b/doc/source/cli/index.rst
@@ -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>]]
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 0459533..a322a1c 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -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>]]