diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-16 12:57:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-16 12:57:38 +0000 |
| commit | ed38aa6cbcbbe5ab4d7d56c16f7ee3fe11f8b059 (patch) | |
| tree | 5b32de1e23eb1ed43b52d7aa50cef1395b2bf72b /doc/source/command-objects | |
| parent | 3236d6f66bd40ccff263a92eb660abf0915b69e0 (diff) | |
| parent | 15821fadf34a5044ee22d20aa9d0f5a42510187e (diff) | |
| download | python-openstackclient-ed38aa6cbcbbe5ab4d7d56c16f7ee3fe11f8b059.tar.gz | |
Merge "Modify doc issues about property option of aggregate"
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> |
