From 7caa40998ce19d29904cd3a5d97141a6d38d10e7 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 16 Mar 2020 18:58:23 +0000 Subject: [PATCH] Add usage instructions for --efi and --legacy --- quickemu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickemu.sh b/quickemu.sh index 1751e79..4a24ab4 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -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."