Add snapshot usage

This commit is contained in:
Martin Wimpress 2020-03-20 18:22:03 +00:00
parent a79e16e1b7
commit 588e5de640
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -238,9 +238,12 @@ function usage() {
echo " ${LAUNCHER} --vm ubuntu.conf" echo " ${LAUNCHER} --vm ubuntu.conf"
echo echo
echo "You can also pass optional parameters" echo "You can also pass optional parameters"
echo " --delete : Delete the disk image." echo " --delete : Delete the disk image."
echo " --efi : Enable EFI BIOS." echo " --efi : Enable EFI BIOS."
echo " --snapshot : Create a disk snapshot." echo " --snapshot apply <tag> : Apply/restore a snapshot."
echo " --snapshot create <tag> : Create a snapshot."
echo " --snapshot delete <tag> : Delete a snapshot."
echo " --snapshot info : Show disk/snapshot info."
exit 1 exit 1
} }