]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
modprobe: s|<MSEC>|MSEC|
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 1 Apr 2025 13:26:38 +0000 (14:26 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Apr 2025 17:15:45 +0000 (12:15 -0500)
Drop the brackets to stay consistent with quoting of other arguments -
see --config and friends further down.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/332
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/modprobe.c

index e7d230583b798165f7d56ba05f7d10f1f9c7cbd6..4fd3749cb65cfa1b0880f09582a5e0ee232c2639 100644 (file)
@@ -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 <MSEC>           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"