Set object store arg order in docs
argparse displays positional args last in the help output, our docs should match. Change-Id: I01e8d62cb8c1b537ea0441b8bdf8880a4c856b32
This commit is contained in:
parent
e48c7afee4
commit
578a57dcc3
@ -98,17 +98,17 @@ Set container properties
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
os container set
|
os container set
|
||||||
[<container>]
|
|
||||||
[--property <key=value> [...] ]
|
[--property <key=value> [...] ]
|
||||||
|
[<container>]
|
||||||
.. describe:: <container>
|
|
||||||
|
|
||||||
Container to modify
|
|
||||||
|
|
||||||
.. option:: --property <key=value>
|
.. option:: --property <key=value>
|
||||||
|
|
||||||
Set a property on this container (repeat option to set multiple properties)
|
Set a property on this container (repeat option to set multiple properties)
|
||||||
|
|
||||||
|
.. describe:: <container>
|
||||||
|
|
||||||
|
Container to modify
|
||||||
|
|
||||||
container show
|
container show
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@ -133,13 +133,13 @@ Unset container properties
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
os container unset
|
os container unset
|
||||||
[<container>]
|
|
||||||
[--property <key>]
|
[--property <key>]
|
||||||
|
[<container>]
|
||||||
.. describe:: <container>
|
|
||||||
|
|
||||||
Container to modify
|
|
||||||
|
|
||||||
.. option:: --property <key>
|
.. option:: --property <key>
|
||||||
|
|
||||||
Property to remove from container (repeat option to remove multiple properties)
|
Property to remove from container (repeat option to remove multiple properties)
|
||||||
|
|
||||||
|
.. describe:: <container>
|
||||||
|
|
||||||
|
Container to modify
|
||||||
|
@ -128,9 +128,13 @@ Set object properties
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
os object set
|
os object set
|
||||||
|
[--property <key=value> [...] ]
|
||||||
<container>
|
<container>
|
||||||
[<object>]
|
[<object>]
|
||||||
[--property <key=value> [...] ]
|
|
||||||
|
.. option:: --property <key=value>
|
||||||
|
|
||||||
|
Set a property on this object (repeat option to set multiple properties)
|
||||||
|
|
||||||
.. describe:: <container>
|
.. describe:: <container>
|
||||||
|
|
||||||
@ -140,10 +144,6 @@ Set object properties
|
|||||||
|
|
||||||
Object to modify
|
Object to modify
|
||||||
|
|
||||||
.. option:: --property <key=value>
|
|
||||||
|
|
||||||
Set a property on this object (repeat option to set multiple properties)
|
|
||||||
|
|
||||||
object show
|
object show
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
@ -173,9 +173,13 @@ Unset object properties
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
os object unset
|
os object unset
|
||||||
|
[--property <key>]
|
||||||
<container>
|
<container>
|
||||||
[<object>]
|
[<object>]
|
||||||
[--property <key>]
|
|
||||||
|
.. option:: --property <key>
|
||||||
|
|
||||||
|
Property to remove from object (repeat option to remove multiple properties)
|
||||||
|
|
||||||
.. describe:: <container>
|
.. describe:: <container>
|
||||||
|
|
||||||
@ -184,7 +188,3 @@ Unset object properties
|
|||||||
.. describe:: <object>
|
.. describe:: <object>
|
||||||
|
|
||||||
Object to modify
|
Object to modify
|
||||||
|
|
||||||
.. option:: --property <key>
|
|
||||||
|
|
||||||
Property to remove from object (repeat option to remove multiple properties)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user