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 }