Fix qemu -net user,hostfwd= example
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Feb 2010 09:50:32 +0000 (10:50 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Feb 2010 09:50:32 +0000 (10:50 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-options.hx

index f53922f..7daa246 100644 (file)
@@ -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