From: Aurelien Jarno Date: Sat, 27 Feb 2010 09:50:32 +0000 (+0100) Subject: Fix qemu -net user,hostfwd= example X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa375206189b7de7c23ad9de66413fb7d4497940;p=qemu.git Fix qemu -net user,hostfwd= example Signed-off-by: Aurelien Jarno --- diff --git a/qemu-options.hx b/qemu-options.hx index f53922f3fe..7daa246c1f 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1029,7 +1029,7 @@ the guest, use the following: @example # on the host -qemu -net user,hostfwd=tcp:5555::23 [...] +qemu -net user,hostfwd=tcp::5555-:23 [...] telnet localhost 5555 @end example