From: Emil Velikov Date: Tue, 1 Apr 2025 13:26:38 +0000 (+0100) Subject: modprobe: s||MSEC| X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d330bae4b4503254092c1c05deecbd06db3781d;p=thirdparty%2Fkmod.git modprobe: s||MSEC| Drop the brackets to stay consistent with quoting of other arguments - see --config and friends further down. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/332 Signed-off-by: Lucas De Marchi --- diff --git a/tools/modprobe.c b/tools/modprobe.c index e7d23058..4fd3749c 100644 --- a/tools/modprobe.c +++ b/tools/modprobe.c @@ -102,7 +102,7 @@ static void help(void) "\t-r, --remove Remove modules instead of inserting\n" "\t --remove-dependencies Deprecated: use --remove-holders\n" "\t --remove-holders Also remove module holders (use together with -r)\n" - "\t-w, --wait When removing a module, wait up to MSEC for\n" + "\t-w, --wait MSEC When removing a module, wait up to MSEC for\n" "\t module's refcount to become 0 so it can be\n" "\t removed (use together with -r)\n" "\t --first-time Fail if module already inserted or removed\n"