diff options
author | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /modutils/modprobe-small.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-66426760beef7e87c4735f433d123daf911b5b4a.zip busybox-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz |
*: 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-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 2a69eb5..f5b283b 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c @@ -711,7 +711,6 @@ The following options are useful for people managing distributions: //usage:#define insmod_full_usage "\n\n" //usage: "Load the specified kernel modules into the kernel" //usage: IF_FEATURE_2_4_MODULES( "\n" -//usage: "\nOptions:" //usage: "\n -f Force module to load into the wrong kernel version" //usage: "\n -k Make module autoclean-able" //usage: "\n -v Verbose" @@ -727,7 +726,6 @@ The following options are useful for people managing distributions: //usage: "[-wfa] [MODULE]..." //usage:#define rmmod_full_usage "\n\n" //usage: "Unload kernel modules\n" -//usage: "\nOptions:" //usage: "\n -w Wait until the module is no longer used" //usage: "\n -f Force unload" //usage: "\n -a Remove all unused modules (recursively)" @@ -738,8 +736,7 @@ The following options are useful for people managing distributions: //usage:#define modprobe_trivial_usage //usage: "[-qfwrsv] MODULE [symbol=value]..." //usage:#define modprobe_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -r Remove MODULE (stacks) or do autoclean" +//usage: " -r Remove MODULE (stacks) or do autoclean" //usage: "\n -q Quiet" //usage: "\n -v Verbose" //usage: "\n -f Force" |