From b232bbfcfe5987014034e62c575a39fe5b653366 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Fri, 10 Nov 2023 21:02:11 +0000 Subject: [PATCH] Align usage() to edited README.md --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 814301d..efe0e62 100755 --- a/quickemu +++ b/quickemu @@ -1338,7 +1338,7 @@ function usage() { echo " ${LAUNCHER} --vm ubuntu.conf" echo echo "You can also pass optional parameters" - echo " --access : Select whether to enable remote spice access. 'local' (default), 'remote' 'clientipaddress'" + 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" echo " --delete-vm : Delete the entire VM and it's configuration"