doc: update qvm-volume parameters

Use *VMNAME:VOLUME* instead of *POOL_NAME:VOLUME_ID*, because this is
the default form.
This commit is contained in:
Marek Marczykowski-Górecki 2018-03-18 23:19:41 +01:00
parent 4638a019e5
commit 25803fd6af
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -86,14 +86,14 @@ aliases: c, set, s
extend
^^^^^^
| :command:`qvm-volume extend` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID* *NEW_SIZE*
| :command:`qvm-volume extend` [-h] [--verbose] [--quiet] *VMNAME:VOLUME* *NEW_SIZE*
Extend the volume with *POOL_NAME:VOLUME_ID* TO *NEW_SIZE*
revert
^^^^^^
| :command:`qvm-volume revert` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID*
| :command:`qvm-volume revert` [-h] [--verbose] [--quiet] *VMNAME:VOLUME*
Revert a volume to previous revision.