From: Denys Vlasenko Date: Sun, 19 Feb 2012 15:57:08 +0000 (+0100) Subject: modprobe-small: add comment about aliased commands' help text X-Git-Tag: 1_20_0~75 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2d668872c9d74d31fc3e2f29aa560c9d6c3e006;p=oweals%2Fbusybox.git modprobe-small: add comment about aliased commands' help text Signed-off-by: Denys Vlasenko --- 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: //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 ""