From: Lucas De Marchi Date: Tue, 20 Dec 2011 18:39:59 +0000 (-0200) Subject: kmod_modprobe: fix description of -C flag X-Git-Tag: v2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c96693eb235e7144b71d59afa1498ebe14e82a1;p=thirdparty%2Fkmod.git kmod_modprobe: fix description of -C flag --- diff --git a/tools/kmod-modprobe.c b/tools/kmod-modprobe.c index 6fa10661..2ae8af42 100644 --- a/tools/kmod-modprobe.c +++ b/tools/kmod-modprobe.c @@ -125,7 +125,7 @@ static void help(const char *progname) "\t-n, --dry-run Do not execute operations, just print out\n" "\t-n, --show Same as --dry-run\n" - "\t-C, --config=FILE Use FILE instead of " SYSCONFDIR "/modprobe.d\n" + "\t-C, --config=FILE Use FILE instead of default search paths\n" "\t-d, --dirname=DIR Use DIR as filesystem root for " ROOTPREFIX "/lib/modules\n" "\t-S, --set-version=VERSION Use VERSION instead of `uname -r`\n"