aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsmod.c')
-rw-r--r--lsmod.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lsmod.c b/lsmod.c
index 95006f020..6eb9c56b8 100644
--- a/lsmod.c
+++ b/lsmod.c
@@ -36,8 +36,5 @@ extern int lsmod_main(int argc, char **argv)
36 char *filename = "/proc/modules"; 36 char *filename = "/proc/modules";
37#endif 37#endif
38 38
39 if (argc > 1 && strcmp(argv[1], "--help") == 0)
40 usage(lsmod_usage);
41
42 return(print_file_by_name(filename)); 39 return(print_file_by_name(filename));
43} 40}