summaryrefslogtreecommitdiff
path: root/util-linux/more.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-07-19 19:24:01 +0000
committerMatt Kraai <kraai@debian.org>2000-07-19 19:24:01 +0000
commit27a804246af28c5d3d1f69d93049e3e21492bc48 (patch)
tree1532267f0161afd05240909eafea4283247df356 /util-linux/more.c
parent869057238b4ae1544ee9df28fca4157b041175f9 (diff)
downloadbusybox-w32-27a804246af28c5d3d1f69d93049e3e21492bc48.tar.gz
busybox-w32-27a804246af28c5d3d1f69d93049e3e21492bc48.tar.bz2
busybox-w32-27a804246af28c5d3d1f69d93049e3e21492bc48.zip
Centralize handling of --help.
Diffstat (limited to 'util-linux/more.c')
-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)
78 argc--; 78 argc--;
79 argv++; 79 argv++;
80 80
81 if (argc > 0
82 && (strcmp(*argv, dash_dash_help) == 0 || strcmp(*argv, "-h") == 0)) {
83 usage(more_usage);
84 }
85 do { 81 do {
86 if (argc == 0) { 82 if (argc == 0) {
87 file = stdin; 83 file = stdin;