diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 6 |
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> |
