commit | ca659f84b20ae63e0d11d9b1bfa2f9d610e05faa | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 30 19:21:12 2017 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 30 19:21:12 2017 +0100 |
tree | 1352000ff45f5b0cc50752ab7a0fc1a4ff827492 | |
parent | 065e988e7ae66b3f36d280ed6ca580e29cb6358d [diff] [blame] |
modprobe-small: fix --help texts, they are from "big" modutils Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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"