From 7ab9c7ee52db8759d457819f5480378fa3aa97cc Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 12 May 2000 19:41:47 +0000 Subject: Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik --- rmmod.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'rmmod.c') diff --git a/rmmod.c b/rmmod.c index bc5c03e62..5ef4a60f8 100644 --- a/rmmod.c +++ b/rmmod.c @@ -36,10 +36,13 @@ _syscall1(int, delete_module, const char *, name) static const char rmmod_usage[] = - "rmmod [OPTION]... [MODULE]...\n\n" - "Unloads the specified kernel modules from the kernel.\n\n" - - "Options:\n" "\t-a\tTry to remove all unused kernel modules.\n"; + "rmmod [OPTION]... [MODULE]...\n" +#ifndef BB_FEATURE_TRIVIAL_HELP + "\nUnloads the specified kernel modules from the kernel.\n\n" + "Options:\n" + "\t-a\tTry to remove all unused kernel modules.\n" +#endif + ; -- cgit v1.2.3