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 /modutils/modprobe.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 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 7ae459826..678f4bea5 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -89,8 +89,7 @@ | |||
89 | //usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" | 89 | //usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" |
90 | //usage: " MODULE [symbol=value]..." | 90 | //usage: " MODULE [symbol=value]..." |
91 | //usage:#define modprobe_full_usage "\n\n" | 91 | //usage:#define modprobe_full_usage "\n\n" |
92 | //usage: "Options:" | 92 | //usage: " -a Load multiple MODULEs" |
93 | //usage: "\n -a Load multiple MODULEs" | ||
94 | //usage: "\n -l List (MODULE is a pattern)" | 93 | //usage: "\n -l List (MODULE is a pattern)" |
95 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" | 94 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" |
96 | //usage: "\n -q Quiet" | 95 | //usage: "\n -q Quiet" |