aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index a2e2ff813..c43ad0134 100644
--- a/grep.c
+++ b/grep.c
@@ -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"