From aa375206189b7de7c23ad9de66413fb7d4497940 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 27 Feb 2010 10:50:32 +0100 Subject: [PATCH] Fix qemu -net user,hostfwd= example Signed-off-by: Aurelien Jarno --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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