fleshed out a bit more... just wanted to put the current
[oweals/busybox.git] / grep.c
diff --git a/grep.c b/grep.c
index a0457df9160fd7f3bfb74d02788ddfd908decb40..fdfc959af23e35caca6ff39d0d2532c58f7faedc 100644 (file)
--- a/grep.c
+++ b/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