aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/grep.c')
-rw-r--r--toys/posix/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/grep.c b/toys/posix/grep.c
index 14cebf95..b2394c7b 100644
--- a/toys/posix/grep.c
+++ b/toys/posix/grep.c
@@ -29,7 +29,7 @@ config GREP
-r Recurse into subdirectories (defaults FILE to ".")
-M Match filename pattern (--include)
-S Skip filename pattern (--exclude)
- -I Ignore binary files
+ -I Ignore binary files
match type:
-A Show NUM lines after -B Show NUM lines before match