aboutsummaryrefslogtreecommitdiff
path: root/networking/ip.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-08-14 11:19:09 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-08-14 11:19:09 +0200
commit375951667287b1c6007dcab8809c13e1b4fec67a (patch)
tree5bcec7a6b82f500a4c8260c2ffabe920310c90be /networking/ip.c
parentc97df2939ec82bdc36586897e02416f935e89519 (diff)
downloadbusybox-375951667287b1c6007dcab8809c13e1b4fec67a.tar.gz
ip: tweak --help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ip.c')
-rw-r--r--networking/ip.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/networking/ip.c b/networking/ip.c
index 9ecb99abb..97d618cd9 100644
--- a/networking/ip.c
+++ b/networking/ip.c
@@ -267,8 +267,7 @@
//--------------123456789.123456789.123456789.123456789.123456789.123456789.123456789.123....79
//usage:#define iptunnel_trivial_usage
//usage: "add|change|del|show [NAME]\n"
-//usage: " [mode ipip|gre|sit]\n"
-//usage: " [remote ADDR] [local ADDR] [ttl TTL]"
+//usage: " [mode ipip|gre|sit] [remote ADDR] [local ADDR] [ttl TTL]"
//usage:#define iptunnel_full_usage "\n\n"
//usage: "iptunnel add|change|del|show [NAME]\n"
//usage: " [mode ipip|gre|sit] [remote ADDR] [local ADDR]\n"
@@ -308,10 +307,9 @@
//usage: IF_FEATURE_IP_TUNNEL( IP_BAR_TUNNEL"tunnel")
//usage: IF_FEATURE_IP_NEIGH( IP_BAR_NEIGH "neigh")
//usage: IF_FEATURE_IP_RULE( IP_BAR_RULE "rule")
-//usage: " [COMMAND]"
+//usage: " [ARGS]"
//usage:#define ip_full_usage "\n\n"
//usage: "OPTIONS := -f[amily] inet|inet6|link | -o[neline]\n"
-//usage: "COMMAND :="
//usage: IF_FEATURE_IP_ADDRESS("\n"
//usage: "ip addr "ipaddr_trivial_usage)
//usage: IF_FEATURE_IP_ROUTE("\n"