From: Tobias Stoeckmann Date: Wed, 19 Feb 2025 21:21:48 +0000 (+0100) Subject: modprobe: unify help output X-Git-Tag: v34~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94131a4a343ca8384e1f0d410319c09dfeade25a;p=thirdparty%2Fkmod.git modprobe: unify help output Add = to modprobe help output for --wait to comply with all other long option descriptions. Signed-off-by: Tobias Stoeckmann Link: https://github.com/kmod-project/kmod/pull/287 Signed-off-by: Lucas De Marchi --- diff --git a/tools/modprobe.c b/tools/modprobe.c index b1e4ae95..b172e97e 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= 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"