vmrun: Add a missing close-paren to the usage message.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-06-07 17:54:26 +00:00
parent 129f93c5a7
commit 007d50155f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348782

View File

@ -75,7 +75,7 @@ usage() {
echo " -E: Use UEFI mode"
echo " -f: Use a specific UEFI firmware"
echo " -F: Use a custom UEFI GOP framebuffer size" \
"(default: ${DEFAULT_VNCSIZE}"
"(default: ${DEFAULT_VNCSIZE})"
echo " -g: listen for connection from kgdb at <gdbport>"
echo " -H: host filesystem to export to the loader"
echo " -i: force boot of the Installation CDROM image"