summaryrefslogtreecommitdiff
path: root/findutils/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 /findutils/grep.c
parent028fb625f53208a4d835f4a5ae034c3edc1ad051 (diff)
downloadbusybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.gz
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.tar.bz2
busybox-w32-2086e3d679464c5c443ff66310adb9a6d0b70e6a.zip
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index a2e2ff813..c43ad0134 100644
--- a/findutils/grep.c
+++ b/findutils/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"