diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-04 22:17:01 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-04 22:17:01 +0000 |
commit | 2c965cb1ac1de08663107bd35ea41a87f6f887cc (patch) | |
tree | 12c1009a533ca3220b2bc4e1771e2cd4b346d3b4 /grep.c | |
parent | 854864f64a9b7e62d41acb3f4a742a49bb5d6730 (diff) | |
download | busybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.tar.gz busybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.tar.bz2 busybox-w32-2c965cb1ac1de08663107bd35ea41a87f6f887cc.zip |
Some cosmetic updates. Changed "OPTIONS" to "Options".
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@735 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |