diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
commit | 9df56f96fd9a213189ca94c1fccfc3c42bd9c16a (patch) | |
tree | db1db005b59e2b78d5daf9527fa8fc604e07e8c4 /findutils/grep.c | |
parent | 30c62e541a1484fedc3d689d62f96d246a28b147 (diff) | |
parent | 5f3303712ef483d270097cae4ba0a559b1056121 (diff) | |
download | busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.gz busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.bz2 busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.zip |
Merge branch 'origin/master' (early part)
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 d5fe10320..fedf12d8a 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -23,7 +23,7 @@ | |||
23 | //config: | 23 | //config: |
24 | //config:config GREP | 24 | //config:config GREP |
25 | //config: bool "grep" | 25 | //config: bool "grep" |
26 | //config: default n | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: grep is used to search files for a specified pattern. | 28 | //config: grep is used to search files for a specified pattern. |
29 | //config: | 29 | //config: |