aboutsummaryrefslogtreecommitdiff
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 11:00:13 +0100
commit5163f6e864760e038964f1e38ee065b241695f35 (patch)
treee4f5592c4cef4ec35bf324e1da40b889426faadf /qemu-options.hx
parent6173d56bdcb53389c54e803873e6bf8f87836a4f (diff)
Fix qemu -net user,hostfwd= example
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> (cherry picked from commit aa375206189b7de7c23ad9de66413fb7d4497940)
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 c22b999966..8de71d6bad 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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