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/object.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/source/command-objects/object.rst') 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 [...] ] [] - [--property [...] ] + +.. option:: --property + + Set a property on this object (repeat option to set multiple properties) .. describe:: @@ -140,10 +144,6 @@ Set object properties Object to modify -.. option:: --property - - 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 ] [] - [--property ] + +.. option:: --property + + Property to remove from object (repeat option to remove multiple properties) .. describe:: @@ -184,7 +188,3 @@ Unset object properties .. describe:: Object to modify - -.. option:: --property - - Property to remove from object (repeat option to remove multiple properties) -- cgit v1.2.1