From: Aurelien Jarno Date: Sat, 27 Feb 2010 09:50:32 +0000 (+0100) Subject: Fix qemu -net user,hostfwd= example X-Git-Tag: v0.13.0-rc0~1258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa375206189b7de7c23ad9de66413fb7d4497940;p=thirdparty%2Fqemu.git Fix qemu -net user,hostfwd= example Signed-off-by: Aurelien Jarno --- diff --git a/qemu-options.hx b/qemu-options.hx index f53922f3fed..7daa246c1ff 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