small help improvement

This commit is contained in:
stone-w4tch3r 2024-01-14 14:04:01 +05:00 committed by Martin Wimpress
parent 98e44bbaa8
commit f0b4d63412
1 changed files with 2 additions and 2 deletions

View File

@ -1354,9 +1354,9 @@ EOF
function usage() { function usage() {
echo echo
echo "Usage" echo "Usage"
echo " ${LAUNCHER} --vm ubuntu.conf" echo " ${LAUNCHER} --vm ubuntu.conf [optional params]"
echo echo
echo "You can also pass optional parameters" echo "List of optional parameters:"
echo " --access : Enable remote spice access support. 'local' (default), 'remote', 'clientipaddress'" echo " --access : Enable remote spice access support. 'local' (default), 'remote', 'clientipaddress'"
echo " --braille : Enable braille support. Requires SDL." echo " --braille : Enable braille support. Requires SDL."
echo " --delete-disk : Delete the disk image and EFI variables" echo " --delete-disk : Delete the disk image and EFI variables"