diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-16 16:52:58 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-16 17:07:01 +0800 |
| commit | 15821fadf34a5044ee22d20aa9d0f5a42510187e (patch) | |
| tree | 44b6e1db4d9f9e1edf08a9f178400238d131b1c8 /doc/source/command-objects | |
| parent | 114eeeb0236d29a325abbf13b41a9a385746b367 (diff) | |
| download | python-openstackclient-15821fadf34a5044ee22d20aa9d0f5a42510187e.tar.gz | |
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
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/aggregate.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst index 6c4baa53..7616c496 100644 --- a/doc/source/command-objects/aggregate.rst +++ b/doc/source/command-objects/aggregate.rst @@ -38,7 +38,7 @@ Create a new aggregate os aggregate create [--zone <availability-zone>] - [--property <key=value>] + [--property <key=value> [...] ] <name> .. option:: --zone <availability-zone> @@ -115,7 +115,7 @@ Set aggregate properties os aggregate set [--name <new-name>] [--zone <availability-zone>] - [--property <key=value>] + [--property <key=value> [...] ] <aggregate> .. option:: --name <name> @@ -160,8 +160,7 @@ Unset aggregate properties .. code-block:: bash os aggregate unset - --property <key> - [--property <key>] ... + [--property <key> [...] ] <aggregate> .. option:: --property <key> |
