diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-08-14 11:19:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-08-14 11:19:09 +0200 |
commit | 375951667287b1c6007dcab8809c13e1b4fec67a (patch) | |
tree | 5bcec7a6b82f500a4c8260c2ffabe920310c90be /networking | |
parent | c97df2939ec82bdc36586897e02416f935e89519 (diff) | |
download | busybox-375951667287b1c6007dcab8809c13e1b4fec67a.tar.gz |
ip: tweak --help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ip.c | 6 |
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" |