File tree Expand file tree Collapse file tree
doc/source/command-objects Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments