diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-29 02:10:35 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-29 02:10:35 +0000 |
commit | 44f4e93332fd720f2962fc4189a710c30a5cb7f6 (patch) | |
tree | 2c44125f9324373494668c513c31be2a172a54d4 /findutils/grep.c | |
parent | 898c196830650885c57938949e159465451508e3 (diff) | |
download | busybox-w32-44f4e93332fd720f2962fc4189a710c30a5cb7f6.tar.gz busybox-w32-44f4e93332fd720f2962fc4189a710c30a5cb7f6.tar.bz2 busybox-w32-44f4e93332fd720f2962fc4189a710c30a5cb7f6.zip |
Fixed cp so it works as God intended it to.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@267 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index a0457df91..fdfc959af 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -46,7 +46,7 @@ static const char grep_usage[] = | |||
46 | "\t-h\tsuppress the prefixing filename on output\n" | 46 | "\t-h\tsuppress the prefixing filename on output\n" |
47 | "\t-i\tignore case distinctions\n" | 47 | "\t-i\tignore case distinctions\n" |
48 | "\t-n\tprint line number with output lines\n" | 48 | "\t-n\tprint line number with output lines\n" |
49 | "\t-q\tbe quiet\n\n" | 49 | "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n\n" |
50 | #if defined BB_REGEXP | 50 | #if defined BB_REGEXP |
51 | "This version of grep matches full regular expresions.\n"; | 51 | "This version of grep matches full regular expresions.\n"; |
52 | #else | 52 | #else |