From 578a57dcc349cf0c71403e8e56f4f3bf01842513 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 6 Oct 2015 08:46:28 -0500 Subject: Set object store arg order in docs argparse displays positional args last in the help output, our docs should match. Change-Id: I01e8d62cb8c1b537ea0441b8bdf8880a4c856b32 --- doc/source/command-objects/container.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/source/command-objects/container.rst') 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 - [] [--property [...] ] - -.. describe:: - - Container to modify + [] .. option:: --property Set a property on this container (repeat option to set multiple properties) +.. describe:: + + Container to modify + container show -------------- @@ -133,13 +133,13 @@ Unset container properties .. code:: bash os container unset - [] [--property ] - -.. describe:: - - Container to modify + [] .. option:: --property Property to remove from container (repeat option to remove multiple properties) + +.. describe:: + + Container to modify -- cgit v1.2.1