diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-19 16:57:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-19 16:57:08 +0100 |
commit | b2d668872c9d74d31fc3e2f29aa560c9d6c3e006 (patch) | |
tree | 3566a71d56b3e5e586f61701a4be895ceddeb0c1 | |
parent | 5a5db93b0f27a5fd090509f9745b63f49b9b7871 (diff) | |
download | busybox-w32-b2d668872c9d74d31fc3e2f29aa560c9d6c3e006.tar.gz busybox-w32-b2d668872c9d74d31fc3e2f29aa560c9d6c3e006.tar.bz2 busybox-w32-b2d668872c9d74d31fc3e2f29aa560c9d6c3e006.zip |
modprobe-small: add comment about aliased commands' help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | modutils/modprobe-small.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 5ea1be99d..bd855f628 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -696,6 +696,10 @@ The following options are useful for people managing distributions: | |||
696 | 696 | ||
697 | //usage:#if ENABLE_MODPROBE_SMALL | 697 | //usage:#if ENABLE_MODPROBE_SMALL |
698 | 698 | ||
699 | //// Note: currently, help system shows modprobe --help text for all aliased cmds | ||
700 | //// (see APPLET_ODDNAME macro definition). | ||
701 | //// All other help texts defined below are not used. FIXME? | ||
702 | |||
699 | //usage:#define depmod_trivial_usage NOUSAGE_STR | 703 | //usage:#define depmod_trivial_usage NOUSAGE_STR |
700 | //usage:#define depmod_full_usage "" | 704 | //usage:#define depmod_full_usage "" |
701 | 705 | ||