From 94131a4a343ca8384e1f0d410319c09dfeade25a Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 19 Feb 2025 22:21:48 +0100 Subject: [PATCH] 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 --- tools/modprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2