mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add usage instructions for --efi and --legacy
This commit is contained in:
parent
9456fabe3e
commit
7caa40998c
1 changed files with 2 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue