From a28e94024db2ad4e3a0b1c51284f6d69575d7014 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 30 May 2000 10:50:15 +0000 Subject: Restore backwards compatible -R option. Broken in revision 1.17. Noticed by: hoek --- gnu/usr.bin/grep/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/grep') diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c index 9930db1..e021824 100644 --- a/gnu/usr.bin/grep/grep.c +++ b/gnu/usr.bin/grep/grep.c @@ -66,7 +66,7 @@ static int filename_mask; /* Short options. */ static char const short_options[] = -"0123456789A:B:C::EFGHIUVX:abcd:e:f:hiLlnqrsuvwxyZz"; +"0123456789A:B:C::EFGHIRUVX:abcd:e:f:hiLlnqrsuvwxyZz"; /* Non-boolean long options that have no corresponding short equivalents. */ enum -- cgit v1.1