diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |