diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-06 18:40:38 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-06 19:04:36 +0800 |
| commit | 4bea5d37d9feb4a5925d70ea2a6298793bc924a4 (patch) | |
| tree | 960ed9343cff711b164f4da1bcd2a4922e330933 /doc/source/command-objects | |
| parent | 93db7f58edf8e1157eacfc22f2b880c4edd91764 (diff) | |
| download | python-openstackclient-4bea5d37d9feb4a5925d70ea2a6298793bc924a4.tar.gz | |
Fix errors for "volume type unset" command
Normally, we can unset multi properties but the "volume type unset"
command could not, because the action "append" was missed. So I add
it and also fix the unit test and doc in this patch.
Change-Id: I20470f2b7bb2a8d7f292cea498826669c3418c77
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-type.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst index b7aea632..50acf9fa 100644 --- a/doc/source/command-objects/volume-type.rst +++ b/doc/source/command-objects/volume-type.rst @@ -150,7 +150,7 @@ Unset volume type properties .. code:: bash os volume type unset - [--property <key>] + [--property <key> [...] ] [--project <project>] [--project-domain <project-domain>] <volume-type> |
