diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-06 15:55:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-06 15:55:29 +0200 |
commit | a7386bb35b474987f0e82337b7fe524220336d32 (patch) | |
tree | 13df04c6938ddcc20b2e7c2f4749539147d7caa6 /networking/ip.c | |
parent | 4f0b540d08f5912b273c427218cc665512b12de5 (diff) | |
download | busybox-w32-a7386bb35b474987f0e82337b7fe524220336d32.tar.gz busybox-w32-a7386bb35b474987f0e82337b7fe524220336d32.tar.bz2 busybox-w32-a7386bb35b474987f0e82337b7fe524220336d32.zip |
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.c | 7 |
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 @@ | |||
154 | //usage:#define iplink_trivial_usage | 154 | //usage:#define iplink_trivial_usage |
155 | //usage: "set IFACE [up|down] [arp on|off] | show [IFACE]" | 155 | //usage: "set IFACE [up|down] [arp on|off] | show [IFACE]" |
156 | //usage:#define iplink_full_usage "\n\n" | 156 | //usage:#define iplink_full_usage "\n\n" |
157 | //usage: "iplink set IFACE [up|down]\n" | 157 | //usage: "iplink set IFACE [up|down] [arp on|off] [multicast on|off] [mtu MTU]\n" |
158 | //usage: " [arp on|off]\n" | 158 | //usage: " [name NAME] [qlen NUM] [address MAC]\n" |
159 | //usage: " [dynamic on|off]\n" | ||
160 | //usage: " [multicast on|off]\n" | ||
161 | //usage: " [mtu MTU]\n" | ||
162 | //usage: "iplink show [IFACE]" | 159 | //usage: "iplink show [IFACE]" |
163 | //usage: | 160 | //usage: |
164 | //usage:#define iproute_trivial_usage | 161 | //usage:#define iproute_trivial_usage |