diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-27 10:50:32 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-27 10:50:32 +0100 |
commit | aa375206189b7de7c23ad9de66413fb7d4497940 (patch) | |
tree | ae47638f2490ac0dc5feca0626c93595590a5657 /qemu-options.hx | |
parent | d616cf1d1510c963fc1876cb10f5f1fa226b54ef (diff) | |
download | qemu-aa375206189b7de7c23ad9de66413fb7d4497940.zip |
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.hx | 2 |
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 |