From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- modutils/modprobe-small.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modutils/modprobe-small.c') diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 2a69eb513..f5b283b47 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" -- cgit v1.2.3