From f17e4eaafc9d89a841fd30be93512b4973e53e31 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Sat, 15 Jun 2013 13:47:32 +0400 Subject: qemu-options: trivial fix for -mon args help It is the (implied sub)option name which is optional, not the value of that (sub)option, make it so in the help output. (Introduced by commit 22a0e04b9bb) Cc: Gerd Hoffmann Signed-off-by: Michael Tokarev --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 8355f9bd8e..688040ef72 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2539,9 +2539,9 @@ Like -monitor but opens in 'control' mode. ETEXI DEF("mon", HAS_ARG, QEMU_OPTION_mon, \ - "-mon chardev=[name][,mode=readline|control][,default]\n", QEMU_ARCH_ALL) + "-mon [chardev=]name[,mode=readline|control][,default]\n", QEMU_ARCH_ALL) STEXI -@item -mon chardev=[name][,mode=readline|control][,default] +@item -mon [chardev=]name[,mode=readline|control][,default] @findex -mon Setup monitor on chardev @var{name}. ETEXI -- cgit v1.2.1