diff options
author | Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp> | 2018-02-23 18:02:40 +0900 |
---|---|---|
committer | Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp> | 2018-02-23 18:06:07 +0900 |
commit | 097f4b26d9e68fb818c078cd0a0d30658042fff7 (patch) | |
tree | d7e83eb21330b210a24e23d0336ef46aca0adc1d /doc | |
parent | 73f0259dbc847eee027f76a9e867fe8c53bf9918 (diff) | |
download | python-swiftclient-097f4b26d9e68fb818c078cd0a0d30658042fff7.tar.gz |
Add missing <sync-to> value in command line docs
Because it should take a value of either realm or full url.
Change-Id: I1fe30825ef1620e256c9fd3057da6808b03d7200
Diffstat (limited to 'doc')
-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 4aa3bfc..b57c25e 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -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>]] |