]> git.proxmox.com Git - qemu.git/commitdiff
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 10:00:13 +0000 (11:00 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit aa375206189b7de7c23ad9de66413fb7d4497940)

qemu-options.hx

index c22b99996603cda55cc7d096fe9475f1e7efd697..8de71d6bad7318e698fc259f2244d4b04ec77f41 100644 (file)
@@ -968,7 +968,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