diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-snapshot.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-snapshot.rst b/doc/source/command-objects/volume-snapshot.rst index 3cf46ad5..449e45b9 100644 --- a/doc/source/command-objects/volume-snapshot.rst +++ b/doc/source/command-objects/volume-snapshot.rst @@ -148,6 +148,7 @@ Set volume snapshot properties openstack volume snapshot set [--name <name>] [--description <description>] + [--no-property] [--property <key=value> [...] ] [--state <state>] <snapshot> @@ -160,6 +161,12 @@ Set volume snapshot properties New snapshot description +.. option:: --no-property + + Remove all properties from :ref:`\<snapshot\> <volume_snapshot_set-snapshot>` + (specify both :option:`--no-property` and :option:`--property` to + remove the current properties before setting new properties.) + .. option:: --property <key=value> Property to add or modify for this snapshot (repeat option to set multiple properties) |
