From: Liming Wang Date: Wed, 13 Aug 2014 03:20:04 +0000 (+0800) Subject: qemu-options.hx: fix a typo of chardev X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=38a24c8b7437fc3b5df74187a58879927b66f02e;p=qemu.git qemu-options.hx: fix a typo of chardev Change host to port. Signed-off-by: Liming Wang Reviewed-by: Gonglei Signed-off-by: Michael Tokarev --- diff --git a/qemu-options.hx b/qemu-options.hx index 96516c1e23..000cccdd9b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1926,7 +1926,7 @@ ETEXI DEF("chardev", HAS_ARG, QEMU_OPTION_chardev, "-chardev null,id=id[,mux=on|off]\n" - "-chardev socket,id=id[,host=host],port=host[,to=to][,ipv4][,ipv6][,nodelay]\n" + "-chardev socket,id=id[,host=host],port=port[,to=to][,ipv4][,ipv6][,nodelay]\n" " [,server][,nowait][,telnet][,mux=on|off] (tcp)\n" "-chardev socket,id=id,path=path[,server][,nowait][,telnet],[mux=on|off] (unix)\n" "-chardev udp,id=id[,host=host],port=port[,localaddr=localaddr]\n"