diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/more.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 2334576..12168b5 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; |