Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r--modutils/lsmod.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 95006f020..6eb9c56b8 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -36,8 +36,5 @@ 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));
}