qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 14/20] qemu-options.hx: fix typo about l2tpv3


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 14/20] qemu-options.hx: fix typo about l2tpv3
Date: Fri, 15 Aug 2014 19:15:05 +0400

From: Gonglei <address@hidden>

two duplicate destport description.

s/destport/srcport/, s/destination/source/

Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 qemu-options.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 000cccd..9d743e5 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1444,7 +1444,7 @@ DEF("net", HAS_ARG, QEMU_OPTION_net,
     "                use 'src=' to specify source address\n"
     "                use 'dst=' to specify destination address\n"
     "                use 'udp=on' to specify udp encapsulation\n"
-    "                use 'dstport=' to specify destination udp port\n"
+    "                use 'srcport=' to specify source udp port\n"
     "                use 'dstport=' to specify destination udp port\n"
     "                use 'ipv6=on' to force v6\n"
     "                L2TPv3 uses cookies to prevent misconfiguration as\n"
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]