diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-10-06 08:46:28 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-10-06 08:46:31 -0500 |
| commit | 578a57dcc349cf0c71403e8e56f4f3bf01842513 (patch) | |
| tree | f76c1576323d8037ac594c560f3e54fd2fb718af /doc/source/command-objects/object.rst | |
| parent | e48c7afee4d92f2dd37bb537d25f0f671cef1568 (diff) | |
| download | python-openstackclient-578a57dcc349cf0c71403e8e56f4f3bf01842513.tar.gz | |
Set object store arg order in docs
argparse displays positional args last in the help output,
our docs should match.
Change-Id: I01e8d62cb8c1b537ea0441b8bdf8880a4c856b32
Diffstat (limited to 'doc/source/command-objects/object.rst')
| -rw-r--r-- | doc/source/command-objects/object.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/command-objects/object.rst b/doc/source/command-objects/object.rst index a9c4049b..ac814417 100644 --- a/doc/source/command-objects/object.rst +++ b/doc/source/command-objects/object.rst @@ -128,9 +128,13 @@ Set object properties .. code:: bash os object set + [--property <key=value> [...] ] <container> [<object>] - [--property <key=value> [...] ] + +.. option:: --property <key=value> + + Set a property on this object (repeat option to set multiple properties) .. describe:: <container> @@ -140,10 +144,6 @@ Set object properties Object to modify -.. option:: --property <key=value> - - Set a property on this object (repeat option to set multiple properties) - object show ----------- @@ -173,9 +173,13 @@ Unset object properties .. code:: bash os object unset + [--property <key>] <container> [<object>] - [--property <key>] + +.. option:: --property <key> + + Property to remove from object (repeat option to remove multiple properties) .. describe:: <container> @@ -184,7 +188,3 @@ Unset object properties .. describe:: <object> Object to modify - -.. option:: --property <key> - - Property to remove from object (repeat option to remove multiple properties) |
