mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 09:13:49 +02:00
qm-disk-import: fix typo (#17294)
This commit is contained in:
parent
9bb5e70e4e
commit
2ead23f395
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
|||
|
||||
- Import a VMDK/qcow2/raw disk image using a specific storage name:
|
||||
|
||||
`qm importdisk {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`
|
||||
`qm disk import {{vm_id}} {{path/to/disk}} {{storage_name}} --format {{qcow2|raw|vmdk}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue