diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/aggregate.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst index 25c7041a..642942d4 100644 --- a/doc/source/command-objects/aggregate.rst +++ b/doc/source/command-objects/aggregate.rst @@ -116,6 +116,7 @@ Set aggregate properties [--name <new-name>] [--zone <availability-zone>] [--property <key=value> [...] ] + [--no-property] <aggregate> .. option:: --name <name> @@ -131,6 +132,12 @@ Set aggregate properties Property to set on :ref:`\<aggregate\> <aggregate_set-aggregate>` (repeat option to set multiple properties) +.. option:: --no-property + + Remove all properties from :ref:`\<aggregate\> <aggregate_set-aggregate>` + (specify both --property and --no-property to + overwrite the current properties) + .. _aggregate_set-aggregate: .. describe:: <aggregate> |
