Merge "remove square backet to required parameter"

This commit is contained in:
Jenkins 2016-09-28 17:06:49 +00:00 committed by Gerrit Code Review
commit 01caa6913c
2 changed files with 8 additions and 8 deletions

View File

@ -104,7 +104,7 @@ Set container properties
os container set os container set
[--property <key=value> [...] ] [--property <key=value> [...] ]
[<container>] <container>
.. option:: --property <key=value> .. option:: --property <key=value>
@ -123,7 +123,7 @@ Display container details
.. code:: bash .. code:: bash
os container show os container show
[<container>] <container>
.. describe:: <container> .. describe:: <container>
@ -139,7 +139,7 @@ Unset container properties
os container unset os container unset
[--property <key>] [--property <key>]
[<container>] <container>
.. option:: --property <key> .. option:: --property <key>

View File

@ -65,7 +65,7 @@ List objects
[--limit <limit>] [--limit <limit>]
[--long] [--long]
[--all] [--all]
<container>] <container>
.. option:: --prefix <prefix> .. option:: --prefix <prefix>
@ -109,8 +109,8 @@ Save object locally
os object save os object save
[--file <filename>] [--file <filename>]
[<container>] <container>
[<object>] <object>
.. option:: --file <filename> .. option:: --file <filename>
@ -135,7 +135,7 @@ Set object properties
os object set os object set
[--property <key=value> [...] ] [--property <key=value> [...] ]
<container> <container>
[<object>] <object>
.. option:: --property <key=value> .. option:: --property <key=value>
@ -180,7 +180,7 @@ Unset object properties
os object unset os object unset
[--property <key>] [--property <key>]
<container> <container>
[<object>] <object>
.. option:: --property <key> .. option:: --property <key>