diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 19:04:19 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 19:04:19 +0100 |
commit | 11f1a2553e49c9ff2235688a41875ff8751517ce (patch) | |
tree | 5f19a07de53cf6d7fac73725be06f68fa6fe4737 /networking | |
parent | 49142d48bd12c87d52e1316050f5cf4749e64e51 (diff) | |
download | busybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.gz busybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.bz2 busybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.zip |
help text tweaks
function old new delta
packed_usage 33547 33545 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index c3e448be0..9ee232a66 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -76,7 +76,7 @@ | |||
76 | //kbuild:lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o | 76 | //kbuild:lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o |
77 | 77 | ||
78 | //usage:#define ifconfig_trivial_usage | 78 | //usage:#define ifconfig_trivial_usage |
79 | //usage: IF_FEATURE_IFCONFIG_STATUS("[-a]") " interface [address]" | 79 | //usage: IF_FEATURE_IFCONFIG_STATUS("[-a]") " [IFACE] [ADDRESS]" |
80 | //usage:#define ifconfig_full_usage "\n\n" | 80 | //usage:#define ifconfig_full_usage "\n\n" |
81 | //usage: "Configure a network interface\n" | 81 | //usage: "Configure a network interface\n" |
82 | //usage: "\n" | 82 | //usage: "\n" |