Some cosmetic updates. Changed "OPTIONS" to "Options".

-Erik
This commit is contained in:
Eric Andersen
2000-07-04 22:17:01 +00:00
parent 028fb625f5
commit 2086e3d679
8 changed files with 11 additions and 11 deletions

View File

@ -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"