modprobe-small: document '-n' in depmod usage

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Kang-Che Sung 2017-02-09 22:48:50 +08:00 committed by Denys Vlasenko
parent c2b18583a3
commit c393b1e919

View File

@ -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]...")