aboutsummaryrefslogtreecommitdiff
path: root/networking/ip.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-04-06 15:55:29 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-04-06 15:55:29 +0200
commita7386bb35b474987f0e82337b7fe524220336d32 (patch)
tree13df04c6938ddcc20b2e7c2f4749539147d7caa6 /networking/ip.c
parent4f0b540d08f5912b273c427218cc665512b12de5 (diff)
downloadbusybox-a7386bb35b474987f0e82337b7fe524220336d32.tar.gz
ip link: tidying up
Misplaced comment. --help was wrong: dynamic on|off is not supported. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ip.c')
-rw-r--r--networking/ip.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/networking/ip.c b/networking/ip.c
index 0f52b19dd..620795881 100644
--- a/networking/ip.c
+++ b/networking/ip.c
@@ -154,11 +154,8 @@
//usage:#define iplink_trivial_usage
//usage: "set IFACE [up|down] [arp on|off] | show [IFACE]"
//usage:#define iplink_full_usage "\n\n"
-//usage: "iplink set IFACE [up|down]\n"
-//usage: " [arp on|off]\n"
-//usage: " [dynamic on|off]\n"
-//usage: " [multicast on|off]\n"
-//usage: " [mtu MTU]\n"
+//usage: "iplink set IFACE [up|down] [arp on|off] [multicast on|off] [mtu MTU]\n"
+//usage: " [name NAME] [qlen NUM] [address MAC]\n"
//usage: "iplink show [IFACE]"
//usage:
//usage:#define iproute_trivial_usage