From 2f46b664b7d7b51319d21b7c2d6b3ca817f5e1c4 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 19 Jul 2000 18:01:00 +0000 Subject: Add usage messages for applets without them. --- modutils/lsmod.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modutils/lsmod.c') diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 6eb9c56b8..95006f020 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -36,5 +36,8 @@ extern int lsmod_main(int argc, char **argv) char *filename = "/proc/modules"; #endif + if (argc > 1 && strcmp(argv[1], "--help") == 0) + usage(lsmod_usage); + return(print_file_by_name(filename)); } -- cgit v1.2.3