1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

qm-create: rephrase example to better reflect command (#8806)

* rephrased example to better reflect command

* slight rephrase for better reading
This commit is contained in:
FL 2022-10-09 06:21:27 +02:00 committed by GitHub
parent f7753f834f
commit 6461f656cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,6 @@
`qm create {{100}} --archive {{path/to/backup_file.tar}} --force 1`
- Specify a script that is executed on specific triggers during machine lifetime:
- Specify a script that is executed automatically depending on the state of the virtual machine:
`qm create {{100}} --hookscript {{path/to/script.pl}}`