From: Kang-Che Sung Date: Thu, 9 Feb 2017 14:48:50 +0000 (+0800) Subject: modprobe-small: document '-n' in depmod usage X-Git-Tag: 1_27_0~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c393b1e9193601e79ac83efb3b44a7227b9b8af9;p=oweals%2Fbusybox.git modprobe-small: document '-n' in depmod usage Signed-off-by: Kang-Che Sung Signed-off-by: Denys Vlasenko --- diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 431b8aeb2..0ac39f66f 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c @@ -893,8 +893,11 @@ The following options are useful for people managing distributions: //usage:#if ENABLE_MODPROBE_SMALL -//usage:#define depmod_trivial_usage NOUSAGE_STR -//usage:#define depmod_full_usage "" +//usage:#define depmod_trivial_usage "[-n]" +//usage:#define depmod_full_usage "\n\n" +//usage: "Generate modules.dep.bb" +//usage: "\n" +//usage: "\n -n Dry run: print file to stdout" //usage:#define insmod_trivial_usage //usage: "FILE" IF_FEATURE_CMDLINE_MODULE_OPTIONS(" [SYMBOL=VALUE]...")