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 be4362ed0..8600d72fa 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -83,7 +83,7 @@ | |||
83 | //usage: "\n -F PATTERN is a literal (not regexp)" | 83 | //usage: "\n -F PATTERN is a literal (not regexp)" |
84 | //usage: "\n -E PATTERN is an extended regexp" | 84 | //usage: "\n -E PATTERN is an extended regexp" |
85 | //usage: IF_EXTRA_COMPAT( | 85 | //usage: IF_EXTRA_COMPAT( |
86 | //usage: "\n -z Input is NUL terminated" | 86 | //usage: "\n -z NUL terminated input" |
87 | //usage: ) | 87 | //usage: ) |
88 | //usage: "\n -m N Match up to N times per file" | 88 | //usage: "\n -m N Match up to N times per file" |
89 | //usage: IF_FEATURE_GREP_CONTEXT( | 89 | //usage: IF_FEATURE_GREP_CONTEXT( |