projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5db93
)
modprobe-small: add comment about aliased commands' help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 19 Feb 2012 15:57:08 +0000
(16:57 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 19 Feb 2012 15:57:08 +0000
(16:57 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/modprobe-small.c
patch
|
blob
|
history
diff --git
a/modutils/modprobe-small.c
b/modutils/modprobe-small.c
index 5ea1be99dcfd0a0ccf58e50a9d726d266f022441..bd855f628ce3c58a63d79336411ed4bf7f069108 100644
(file)
--- a/
modutils/modprobe-small.c
+++ b/
modutils/modprobe-small.c
@@
-696,6
+696,10
@@
The following options are useful for people managing distributions:
//usage:#if ENABLE_MODPROBE_SMALL
+//// Note: currently, help system shows modprobe --help text for all aliased cmds
+//// (see APPLET_ODDNAME macro definition).
+//// All other help texts defined below are not used. FIXME?
+
//usage:#define depmod_trivial_usage NOUSAGE_STR
//usage:#define depmod_full_usage ""