diff options
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 723c3511a..e23f9bcf3 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -30,7 +30,7 @@ | |||
30 | USE_DESKTOP("w") \ | 30 | USE_DESKTOP("w") \ |
31 | USE_EXTRA_COMPAT("z") \ | 31 | USE_EXTRA_COMPAT("z") \ |
32 | "aI" | 32 | "aI" |
33 | 33 | ||
34 | /* ignored: -a "assume all files to be text" */ | 34 | /* ignored: -a "assume all files to be text" */ |
35 | /* ignored: -I "assume binary files have no matches" */ | 35 | /* ignored: -I "assume binary files have no matches" */ |
36 | 36 | ||