diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-13 07:17:27 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-06-13 07:17:27 +0000 |
| commit | 8d3534426fc016d77966545a5721b162e6bd7d51 (patch) | |
| tree | f9304af004cb475c9b3c0e3fa39b2053c9a09351 /gnu | |
| parent | eb32c14127038486e445844c160a19817d5d6df4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/grep/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.c b/gnu/usr.bin/grep/grep.c index 9930db1e823d..e021824531f1 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 |
