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"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to