From f0b4d634120389f86ea82ac85686f7a6036e5dfe Mon Sep 17 00:00:00 2001 From: stone-w4tch3r <100294019+stone-w4tch3r@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:04:01 +0500 Subject: [PATCH] small help improvement --- quickemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickemu b/quickemu index b5f0125..4477c6c 100755 --- a/quickemu +++ b/quickemu @@ -1354,9 +1354,9 @@ EOF function usage() { echo echo "Usage" - echo " ${LAUNCHER} --vm ubuntu.conf" + echo " ${LAUNCHER} --vm ubuntu.conf [optional params]" 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 " --braille : Enable braille support. Requires SDL." echo " --delete-disk : Delete the disk image and EFI variables"