Add usage instructions for --efi and --legacy

This commit is contained in:
Martin Wimpress 2020-03-16 18:58:23 +00:00
parent 9456fabe3e
commit 7caa40998c
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -105,6 +105,8 @@ function usage() {
echo
echo "You can also pass optional parameters"
echo " --delete : Delete the disk image."
echo " --efi : Enable EFI BIOS (default)."
echo " --legacy : Enable legacy BIOS."
echo " --restore : Restore the snapshot."
echo " --snapshot : Create a disk snapshot."
echo " --virgil : Use virgil, if available."