diff options
| author | Zuul <zuul@review.opendev.org> | 2019-07-09 22:57:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-07-09 22:57:56 +0000 |
| commit | 7cf8541b38a8782decdd27cb37909e737ed67b8a (patch) | |
| tree | 65e0b7b82dc7e969a0c03126ec25dd8386cba457 /doc/source/cli | |
| parent | 591c3e23804519f405a6645232c2246b173b5e75 (diff) | |
| parent | 097f4b26d9e68fb818c078cd0a0d30658042fff7 (diff) | |
| download | python-swiftclient-7cf8541b38a8782decdd27cb37909e737ed67b8a.tar.gz | |
Merge "Add missing <sync-to> value in command line docs"
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/index.rst | 2 |
1 files changed, 1 insertions, 1 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>]] |
