diff mbox

Fix qemu -net user,hostfwd= example

Message ID 1267264471-13620-1-git-send-email-aurelien@aurel32.net
State New
Headers show

Commit Message

Aurelien Jarno Feb. 27, 2010, 9:54 a.m. UTC
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 qemu-options.hx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index f53922f..7daa246 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