diff options
author | Denys Vlasenko | 2017-01-30 19:21:12 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-30 19:21:12 +0100 |
commit | ca659f84b20ae63e0d11d9b1bfa2f9d610e05faa (patch) | |
tree | 1352000ff45f5b0cc50752ab7a0fc1a4ff827492 /modutils/lsmod.c | |
parent | 065e988e7ae66b3f36d280ed6ca580e29cb6358d (diff) | |
download | busybox-ca659f84b20ae63e0d11d9b1bfa2f9d610e05faa.zip busybox-ca659f84b20ae63e0d11d9b1bfa2f9d610e05faa.tar.gz |
modprobe-small: fix --help texts, they are from "big" modutils
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 2458942..9ab49f3 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -34,7 +34,7 @@ //usage:#define lsmod_trivial_usage //usage: "" //usage:#define lsmod_full_usage "\n\n" -//usage: "List the currently loaded kernel modules" +//usage: "List loaded kernel modules" //usage:#endif #include "libbb.h" |