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
echo "You can also pass optional parameters"
echo " --delete : Delete the disk image."
echo " --efi : Enable EFI BIOS."
echo " --snapshot : Create a disk snapshot."
echo " --delete : Delete the disk image."
echo " --efi : Enable EFI BIOS."
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
}