svn commit: r348782 - head/share/examples/bhyve

Mark Johnston markj at FreeBSD.org
Fri Jun 7 17:54:27 UTC 2019


Author: markj
Date: Fri Jun  7 17:54:26 2019
New Revision: 348782
URL: https://svnweb.freebsd.org/changeset/base/348782

Log:
  vmrun: Add a missing close-paren to the usage message.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/examples/bhyve/vmrun.sh

Modified: head/share/examples/bhyve/vmrun.sh
==============================================================================
--- head/share/examples/bhyve/vmrun.sh	Fri Jun  7 17:09:49 2019	(r348781)
+++ head/share/examples/bhyve/vmrun.sh	Fri Jun  7 17:54:26 2019	(r348782)
@@ -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"


More information about the svn-src-head mailing list