Skip to content

Commit 01caa69

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "remove square backet to required parameter"
2 parents ace3603 + f2f12d9 commit 01caa69

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
@@ -65,7 +65,7 @@ List objects
6565
[--limit <limit>]
6666
[--long]
6767
[--all]
68-
<container>]
68+
<container>
6969
7070
.. option:: --prefix <prefix>
7171

@@ -109,8 +109,8 @@ Save object locally
109109
110110
os object save
111111
[--file <filename>]
112-
[<container>]
113-
[<object>]
112+
<container>
113+
<object>
114114
115115
.. option:: --file <filename>
116116

@@ -135,7 +135,7 @@ Set object properties
135135
os object set
136136
[--property <key=value> [...] ]
137137
<container>
138-
[<object>]
138+
<object>
139139
140140
.. option:: --property <key=value>
141141

@@ -180,7 +180,7 @@ Unset object properties
180180
os object unset
181181
[--property <key>]
182182
<container>
183-
[<object>]
183+
<object>
184184
185185
.. option:: --property <key>
186186

0 commit comments

Comments
 (0)