diff options
author | Denys Vlasenko | 2010-10-16 01:56:41 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-16 01:56:41 +0200 |
commit | 1a5e11c874a1f53c5205140a9d675b7e6404bbc9 (patch) | |
tree | de2ce1f3b0d653b26513dbe37f980616d1500491 /modutils/lsmod.c | |
parent | 70186711f45816bdf4562831af3bd995172eb47b (diff) | |
download | busybox-1a5e11c874a1f53c5205140a9d675b7e6404bbc9.zip busybox-1a5e11c874a1f53c5205140a9d675b7e6404bbc9.tar.gz |
modutils/*: move help bits into corresponding .c files
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index a1477ed..ab7c11f 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -10,6 +10,13 @@ //applet:IF_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_DROP)) +//usage:#if !ENABLE_MODPROBE_SMALL +//usage:#define lsmod_trivial_usage +//usage: "" +//usage:#define lsmod_full_usage "\n\n" +//usage: "List the currently loaded kernel modules" +//usage:#endif + #include "libbb.h" #include "unicode.h" |