svn commit: r333712 - head/usr.sbin/bhyve

Rodney W. Grimes rgrimes at FreeBSD.org
Thu May 17 12:18:43 UTC 2018


Author: rgrimes
Date: Thu May 17 12:18:41 2018
New Revision: 333712
URL: https://svnweb.freebsd.org/changeset/base/333712

Log:
  Add missing newline to end of -c usage string .
  
  Pointy hat:	me
  Submitted by:	novel
  Approved by:	bde(mentor), grehan (maintainer)
  MFC after:	3 days
  Differential Revision:	https://reviews.freebsd.org/D15421

Modified:
  head/usr.sbin/bhyve/bhyverun.c

Modified: head/usr.sbin/bhyve/bhyverun.c
==============================================================================
--- head/usr.sbin/bhyve/bhyverun.c	Thu May 17 11:53:04 2018	(r333711)
+++ head/usr.sbin/bhyve/bhyverun.c	Thu May 17 12:18:41 2018	(r333712)
@@ -147,7 +147,7 @@ usage(int code)
 		"       %*s [-m mem] [-p vcpu:hostcpu] [-s <pci>] [-U uuid] <vm>\n"
 		"       -a: local apic is in xAPIC mode (deprecated)\n"
 		"       -A: create ACPI tables\n"
-		"       -c: number of cpus and/or topology specification"
+		"       -c: number of cpus and/or topology specification\n"
 		"       -C: include guest memory in core file\n"
 		"       -e: exit on unhandled I/O access\n"
 		"       -g: gdb port\n"


More information about the svn-src-head mailing list