Made the arguments more descriptive about the "port" option

This commit is contained in:
Stuart Howlette 2020-03-19 15:07:07 +00:00 committed by GitHub
parent b936fce5fb
commit 09b21b0ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 [<PORT>] : Enable SSH to the machine, default port 2222."
exit 1
}