diff options
author | Matt Kraai <kraai@debian.org> | 2000-07-19 19:24:01 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-07-19 19:24:01 +0000 |
commit | 27a804246af28c5d3d1f69d93049e3e21492bc48 (patch) | |
tree | 1532267f0161afd05240909eafea4283247df356 /util-linux | |
parent | 869057238b4ae1544ee9df28fca4157b041175f9 (diff) | |
download | busybox-27a804246af28c5d3d1f69d93049e3e21492bc48.tar.gz |
Centralize handling of --help.
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 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; |