summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/container.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-10-06 08:46:28 -0500
committerDean Troyer <dtroyer@gmail.com>2015-10-06 08:46:31 -0500
commit578a57dcc349cf0c71403e8e56f4f3bf01842513 (patch)
treef76c1576323d8037ac594c560f3e54fd2fb718af /doc/source/command-objects/container.rst
parente48c7afee4d92f2dd37bb537d25f0f671cef1568 (diff)
downloadpython-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/container.rst')
-rw-r--r--doc/source/command-objects/container.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst
index 3e52d56b..251e3f31 100644
--- a/doc/source/command-objects/container.rst
+++ b/doc/source/command-objects/container.rst
@@ -98,17 +98,17 @@ Set container properties
.. code:: bash
os container set
- [<container>]
[--property <key=value> [...] ]
-
-.. describe:: <container>
-
- Container to modify
+ [<container>]
.. option:: --property <key=value>
Set a property on this container (repeat option to set multiple properties)
+.. describe:: <container>
+
+ Container to modify
+
container show
--------------
@@ -133,13 +133,13 @@ Unset container properties
.. code:: bash
os container unset
- [<container>]
[--property <key>]
-
-.. describe:: <container>
-
- Container to modify
+ [<container>]
.. option:: --property <key>
Property to remove from container (repeat option to remove multiple properties)
+
+.. describe:: <container>
+
+ Container to modify