From d88ae70aa80e30a9818029bf365a89ecdeeff465 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 25 Sep 2021 13:40:52 +0100 Subject: [PATCH] Make usage() match README.md --- quickemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickemu b/quickemu index 29c5d71..85a7460 100755 --- a/quickemu +++ b/quickemu @@ -558,8 +558,8 @@ function usage() { echo " --snapshot delete : Delete a snapshot." echo " --snapshot info : Show disk/snapshot info." echo " --status-quo : Do not commit any changes to disk/snapshot." - echo " --fullscreen : Starts VM in full screen mode" - echo " --no-smb : Do not expose the home directory via SMB." + echo " --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)" + echo " --screen : Use specified screen to determine the window size." exit 1 }