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