From 2fe08c7afb3ddef42f304e78cb6edfa28e0741ef Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 29 Dec 1999 02:10:35 +0000 Subject: Fixed cp so it works as God intended it to. -Erik --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') 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[] = "\t-h\tsuppress the prefixing filename on output\n" "\t-i\tignore case distinctions\n" "\t-n\tprint line number with output lines\n" -"\t-q\tbe quiet\n\n" +"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n\n" #if defined BB_REGEXP "This version of grep matches full regular expresions.\n"; #else -- cgit v1.2.3