1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

qm-disk-import: fix typo (#17294)

This commit is contained in:
Managor 2025-07-21 18:30:12 +03:00 committed by GitHub
parent 9bb5e70e4e
commit 2ead23f395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`