summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-02-06 09:51:47 -0800
committerlin-hua-cheng <os.lcheng@gmail.com>2015-02-06 16:45:08 -0800
commit60ef8b08fe183b5e4686a999da8a988ec7cca5a7 (patch)
treeb4b61490bdb37a8d0e8661a23f66959a80d28c5c /doc/source/command-objects
parent863b50cb6d35f4fdff425941e0f79646968adbf0 (diff)
downloadpython-openstackclient-60ef8b08fe183b5e4686a999da8a988ec7cca5a7.tar.gz
Change volume create --snapshot-id to --snapshot
Keeping the option --snapshot-id hidden for backward compatibility. Change-Id: Iefa0aed9be255a5626a9bbb7db77911ef5ca8595 Closes-Bug: #1418742
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst
index 0b2e0db6..3baae5d8 100644
--- a/doc/source/command-objects/volume.rst
+++ b/doc/source/command-objects/volume.rst
@@ -14,7 +14,7 @@ Create new volume
os volume create
--size <size>
- [--snapshot-id <snapshot-id>]
+ [--snapshot <snapshot>]
[--description <description>]
[--type <volume-type>]
[--user <user>]
@@ -29,9 +29,9 @@ Create new volume
New volume size in GB
-.. option:: --snapshot-id <snapshot-id>
+.. option:: --snapshot <snapshot>
- Use <snapshot-id> as source of new volume
+ Use <snapshot> as source of new volume
.. option:: --description <description>