From 007d50155fb6b636b62051a36ec5915ca87a4139 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 7 Jun 2019 17:54:26 +0000 Subject: [PATCH] vmrun: Add a missing close-paren to the usage message. MFC after: 3 days Sponsored by: The FreeBSD Foundation --- share/examples/bhyve/vmrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh index bc9d69c42b7..607597015e6 100755 --- a/share/examples/bhyve/vmrun.sh +++ b/share/examples/bhyve/vmrun.sh @@ -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 " echo " -H: host filesystem to export to the loader" echo " -i: force boot of the Installation CDROM image"