summaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2010-02-27 10:50:32 +0100
committerAurelien Jarno <aurelien@aurel32.net>2010-02-27 10:50:32 +0100
commitaa375206189b7de7c23ad9de66413fb7d4497940 (patch)
treeae47638f2490ac0dc5feca0626c93595590a5657 /qemu-options.hx
parentd616cf1d1510c963fc1876cb10f5f1fa226b54ef (diff)
downloadqemu-aa375206189b7de7c23ad9de66413fb7d4497940.tar.gz
Fix qemu -net user,hostfwd= example
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
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