Skip to content

Commit 15821fa

Browse files
author
Huanxuan Ao
committed
Modify doc issues about property option of aggregate
The formal of multi properties in most docs likes this: [--property <key=value> [...] ] [--property <key> [...] ] This patch modify the formal of multi properties in aggregate.rst. Change-Id: I557cd51696d2721c8955c4a79f1ab85de3a0b9ce
1 parent 114eeeb commit 15821fa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

doc/source/command-objects/aggregate.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create a new aggregate
3838
3939
os aggregate create
4040
[--zone <availability-zone>]
41-
[--property <key=value>]
41+
[--property <key=value> [...] ]
4242
<name>
4343
4444
.. option:: --zone <availability-zone>
@@ -115,7 +115,7 @@ Set aggregate properties
115115
os aggregate set
116116
[--name <new-name>]
117117
[--zone <availability-zone>]
118-
[--property <key=value>]
118+
[--property <key=value> [...] ]
119119
<aggregate>
120120
121121
.. option:: --name <name>
@@ -160,8 +160,7 @@ Unset aggregate properties
160160
.. code-block:: bash
161161
162162
os aggregate unset
163-
--property <key>
164-
[--property <key>] ...
163+
[--property <key> [...] ]
165164
<aggregate>
166165
167166
.. option:: --property <key>

0 commit comments

Comments
 (0)