diff options
author | Kang-Che Sung <explorer09@gmail.com> | 2017-02-09 22:48:50 +0800 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-02-12 21:24:02 +0100 |
commit | c393b1e9193601e79ac83efb3b44a7227b9b8af9 (patch) | |
tree | 8736a6c5dd79cf44742b8e73b94a2eacb9d9648c /modutils/modprobe-small.c | |
parent | c2b18583a3df06aeecf535c3cea6856aa1f2e205 (diff) | |
download | busybox-w32-c393b1e9193601e79ac83efb3b44a7227b9b8af9.tar.gz busybox-w32-c393b1e9193601e79ac83efb3b44a7227b9b8af9.tar.bz2 busybox-w32-c393b1e9193601e79ac83efb3b44a7227b9b8af9.zip |
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>
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 7 |
1 files changed, 5 insertions, 2 deletions
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: | |||
893 | 893 | ||
894 | //usage:#if ENABLE_MODPROBE_SMALL | 894 | //usage:#if ENABLE_MODPROBE_SMALL |
895 | 895 | ||
896 | //usage:#define depmod_trivial_usage NOUSAGE_STR | 896 | //usage:#define depmod_trivial_usage "[-n]" |
897 | //usage:#define depmod_full_usage "" | 897 | //usage:#define depmod_full_usage "\n\n" |
898 | //usage: "Generate modules.dep.bb" | ||
899 | //usage: "\n" | ||
900 | //usage: "\n -n Dry run: print file to stdout" | ||
898 | 901 | ||
899 | //usage:#define insmod_trivial_usage | 902 | //usage:#define insmod_trivial_usage |
900 | //usage: "FILE" IF_FEATURE_CMDLINE_MODULE_OPTIONS(" [SYMBOL=VALUE]...") | 903 | //usage: "FILE" IF_FEATURE_CMDLINE_MODULE_OPTIONS(" [SYMBOL=VALUE]...") |