diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /networking/zcip.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.bz2 busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.zip |
*: remove "Options:" string from help texts
function old new delta
packed_usage 28706 28623 -83
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 7250fb2fd..6b7f2144f 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -27,7 +27,6 @@ | |||
27 | //usage: "[OPTIONS] IFACE SCRIPT" | 27 | //usage: "[OPTIONS] IFACE SCRIPT" |
28 | //usage:#define zcip_full_usage "\n\n" | 28 | //usage:#define zcip_full_usage "\n\n" |
29 | //usage: "Manage a ZeroConf IPv4 link-local address\n" | 29 | //usage: "Manage a ZeroConf IPv4 link-local address\n" |
30 | //usage: "\nOptions:" | ||
31 | //usage: "\n -f Run in foreground" | 30 | //usage: "\n -f Run in foreground" |
32 | //usage: "\n -q Quit after obtaining address" | 31 | //usage: "\n -q Quit after obtaining address" |
33 | //usage: "\n -r 169.254.x.x Request this address first" | 32 | //usage: "\n -r 169.254.x.x Request this address first" |