From 3b2acb759cac73fe2af096af8641c01197fa4214 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 9 Oct 2010 21:10:32 +0200 Subject: tweak help text Signed-off-by: Denys Vlasenko --- modutils/insmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils/insmod.c') diff --git a/modutils/insmod.c b/modutils/insmod.c index 17fc18c09..4fe388bdc 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -16,7 +16,7 @@ //usage:#define insmod_trivial_usage //usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ") //usage: IF_NOT_FEATURE_2_4_MODULES("FILE ") -//usage: "[symbol=value]..." +//usage: "[SYMBOL=VALUE]..." //usage:#define insmod_full_usage "\n\n" //usage: "Load the specified kernel modules into the kernel" //usage: IF_FEATURE_2_4_MODULES( "\n" -- cgit v1.2.3