summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorEduardo Habkost2018-06-11 21:56:07 +0200
committerPaolo Bonzini2018-06-28 19:05:32 +0200
commit0b3c5c81bf0a9e32fd08c532acde3caa446b3712 (patch)
tree4347b0283ffb2e6a246a853d5ce452b2aa1fc720 /qemu-options.hx
parentReplace '-enable-kvm' with '-accel kvm' in docs and help texts (diff)
downloadqemu-0b3c5c81bf0a9e32fd08c532acde3caa446b3712.tar.gz
qemu-0b3c5c81bf0a9e32fd08c532acde3caa446b3712.tar.xz
qemu-0b3c5c81bf0a9e32fd08c532acde3caa446b3712.zip
qemu-options: Add missing newline to -accel help text
The newline was removed by commit c97d6d2c, and broke -help output: Before this patch: $ qemu-system-x86_64 -help | grep smp thread=single|multi (enable multi-threaded TCG)-smp [...] After this patch: $ qemu-system-x86_64 -help | grep smp -smp [cpus=]n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets] Fixes: c97d6d2cdf97edb4aebe832fdba65d701ad7bcb6 Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20180611195607.3015-1-ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index d5b0c26e8e..270772817a 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -130,7 +130,7 @@ ETEXI
DEF("accel", HAS_ARG, QEMU_OPTION_accel,
"-accel [accel=]accelerator[,thread=single|multi]\n"
" select accelerator (kvm, xen, hax, hvf, whpx or tcg; use 'help' for a list)\n"
- " thread=single|multi (enable multi-threaded TCG)", QEMU_ARCH_ALL)
+ " thread=single|multi (enable multi-threaded TCG)\n", QEMU_ARCH_ALL)
STEXI
@item -accel @var{name}[,prop=@var{value}[,...]]
@findex -accel