From 2086e3d679464c5c443ff66310adb9a6d0b70e6a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Jul 2000 22:17:01 +0000 Subject: Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils') diff --git a/findutils/grep.c b/findutils/grep.c index a2e2ff8..c43ad01 100644 --- a/findutils/grep.c +++ b/findutils/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" -- cgit v1.1