Skip to content

Commit f2f12d9

Browse files
author
zheng yin
committed
remove square backet to required parameter
Required parameter don't need to square backet, therefore, I remove them. Change-Id: I36517fb782da53b3b973f70f292f25a4f6784077
1 parent 465a5d0 commit f2f12d9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/source/command-objects/container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Set container properties
104104
105105
os container set
106106
[--property <key=value> [...] ]
107-
[<container>]
107+
<container>
108108
109109
.. option:: --property <key=value>
110110

@@ -123,7 +123,7 @@ Display container details
123123
.. code:: bash
124124
125125
os container show
126-
[<container>]
126+
<container>
127127
128128
.. describe:: <container>
129129

@@ -139,7 +139,7 @@ Unset container properties
139139
140140
os container unset
141141
[--property <key>]
142-
[<container>]
142+
<container>
143143
144144
.. option:: --property <key>
145145

doc/source/command-objects/object.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ List objects
6060
[--limit <limit>]
6161
[--long]
6262
[--all]
63-
<container>]
63+
<container>
6464
6565
.. option:: --prefix <prefix>
6666

@@ -104,8 +104,8 @@ Save object locally
104104
105105
os object save
106106
[--file <filename>]
107-
[<container>]
108-
[<object>]
107+
<container>
108+
<object>
109109
110110
.. option:: --file <filename>
111111

@@ -130,7 +130,7 @@ Set object properties
130130
os object set
131131
[--property <key=value> [...] ]
132132
<container>
133-
[<object>]
133+
<object>
134134
135135
.. option:: --property <key=value>
136136

@@ -175,7 +175,7 @@ Unset object properties
175175
os object unset
176176
[--property <key>]
177177
<container>
178-
[<object>]
178+
<object>
179179
180180
.. option:: --property <key>
181181

0 commit comments

Comments
 (0)