From 09b21b0ac279864200d1b7df5dbb6106fefb4565 Mon Sep 17 00:00:00 2001 From: Stuart Howlette Date: Thu, 19 Mar 2020 15:07:07 +0000 Subject: [PATCH] Made the arguments more descriptive about the "port" option --- quickemu.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/quickemu.sh b/quickemu.sh index e15643f..cfc9fdf 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -178,12 +178,12 @@ function usage() { echo " ${LAUNCHER} --vm ubuntu.conf" echo echo "You can also pass optional parameters" - echo " --delete : Delete the disk image." - echo " --efi : Enable EFI BIOS (experimental)." - echo " --restore : Restore the snapshot." - echo " --snapshot : Create a disk snapshot." - echo " --virgil : Use virgil, if available." - echo " --ssh : Enable SSH to the machine (disabled by default)." + echo " --delete : Delete the disk image." + echo " --efi : Enable EFI BIOS (experimental)." + echo " --restore : Restore the snapshot." + echo " --snapshot : Create a disk snapshot." + echo " --virgil : Use virgil, if available." + echo " --ssh [] : Enable SSH to the machine, default port 2222." exit 1 }