aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/more.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util-linux/more.c b/util-linux/more.c
index 2334576c0..12168b519 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -78,10 +78,6 @@ extern int more_main(int argc, char **argv)
argc--;
argv++;
- if (argc > 0
- && (strcmp(*argv, dash_dash_help) == 0 || strcmp(*argv, "-h") == 0)) {
- usage(more_usage);
- }
do {
if (argc == 0) {
file = stdin;