aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/grep.c b/grep.c
index 2f240e4c2..6161ba766 100644
--- a/grep.c
+++ b/grep.c
@@ -105,10 +105,6 @@ extern int grep_main(int argc, char **argv)
int opt;
int reflags;
- /* do special-case option parsing */
- if (argv[1] && (strcmp(argv[1], "--help") == 0))
- usage(grep_usage);
-
/* do normal option parsing */
while ((opt = getopt(argc, argv, "iHhnqvsc")) > 0) {
switch (opt) {