svn commit: r348864 - stable/12/share/examples/bhyve

Mark Johnston markj at FreeBSD.org
Mon Jun 10 15:44:11 UTC 2019


Author: markj
Date: Mon Jun 10 15:44:09 2019
New Revision: 348864
URL: https://svnweb.freebsd.org/changeset/base/348864

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

Modified:
  stable/12/share/examples/bhyve/vmrun.sh
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/examples/bhyve/vmrun.sh
==============================================================================
--- stable/12/share/examples/bhyve/vmrun.sh	Mon Jun 10 14:47:56 2019	(r348863)
+++ stable/12/share/examples/bhyve/vmrun.sh	Mon Jun 10 15:44:09 2019	(r348864)
@@ -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-stable mailing list