aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-21 01:09:03 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-21 01:09:03 +0000
commit8d507850297174d9dd93fd5b1dc90e6a50ef5f9a (patch)
treecb2789f5e7c997133c80a534e81faed40032eca1 /gnu
parent435811113fb58b194bb71f7b61033198bcb21f32 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c
index fdbdc958bd007..cf0398843692d 100644
--- a/gnu/usr.bin/grep/grep.c
+++ b/gnu/usr.bin/grep/grep.c
@@ -1122,9 +1122,9 @@ main (argc, argv)
#if O_BINARY
"0123456789A:B:C::EFGHVX:abcd:e:f:hiLlnqrsvwxyUu",
#elif HAVE_LIBZ > 0
- "0123456789A:B:C::EFGHVX:Zabcd:e:f:hiLlnqrsvwxy",
+ "0123456789A:B:C::EFGHRVX:Zabcd:e:f:hiLlnqrsvwxy",
#else
- "0123456789A:B:C::EFGHVX:abcd:e:f:hiLlnqrsvwxy",
+ "0123456789A:B:C::EFGHRVX:abcd:e:f:hiLlnqrsvwxy",
#endif
long_options, NULL)) != EOF)
switch (opt)
@@ -1280,6 +1280,7 @@ main (argc, argv)
done_on_match = 1;
out_quiet = 1;
break;
+ case 'R':
case 'r':
directories = RECURSE_DIRECTORIES;
break;