aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2018-05-17 12:18:41 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2018-05-17 12:18:41 +0000
commitd96ee3e017d070e515338ca2bca0995cd4661254 (patch)
tree2f4333788056cdd30aff27ff7a0c61a39ce7d698 /usr.sbin
parentd411a1b82c44b8944c0282df0702fbf3eecdb81b (diff)
downloadsrc-d96ee3e017d070e515338ca2bca0995cd4661254.tar.gz
src-d96ee3e017d070e515338ca2bca0995cd4661254.zip
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
Notes
Notes: svn path=/head/; revision=333712
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/bhyverun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c
index 90ab1a66536c..8c8033249e0a 100644
--- a/usr.sbin/bhyve/bhyverun.c
+++ b/usr.sbin/bhyve/bhyverun.c
@@ -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"