aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-04 22:17:01 +0000
commit2086e3d679464c5c443ff66310adb9a6d0b70e6a (patch)
tree12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /grep.c
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
downloadbusybox-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
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[] =
"grep [-ihHnqvs] pattern [files...]\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
"\nSearch for PATTERN in each FILE or standard input.\n\n"
- "OPTIONS:\n"
+ "Options:\n"
"\t-H\tprefix output lines with filename where match was found\n"
"\t-h\tsuppress the prefixing filename on output\n"
"\t-i\tignore case distinctions\n"