diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ static const char grep_usage[] = | |||
35 | "grep [-ihHnqvs] pattern [files...]\n" | 35 | "grep [-ihHnqvs] pattern [files...]\n" |
36 | #ifndef BB_FEATURE_TRIVIAL_HELP | 36 | #ifndef BB_FEATURE_TRIVIAL_HELP |
37 | "\nSearch for PATTERN in each FILE or standard input.\n\n" | 37 | "\nSearch for PATTERN in each FILE or standard input.\n\n" |
38 | "OPTIONS:\n" | 38 | "Options:\n" |
39 | "\t-H\tprefix output lines with filename where match was found\n" | 39 | "\t-H\tprefix output lines with filename where match was found\n" |
40 | "\t-h\tsuppress the prefixing filename on output\n" | 40 | "\t-h\tsuppress the prefixing filename on output\n" |
41 | "\t-i\tignore case distinctions\n" | 41 | "\t-i\tignore case distinctions\n" |