diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index a830394a0..9bb73d3f3 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -17,7 +17,7 @@ config FEATURE_FIND_PRINT0 | |||
17 | depends on FIND | 17 | depends on FIND |
18 | help | 18 | help |
19 | Causes output names to be separated by a null character | 19 | Causes output names to be separated by a null character |
20 | rather than a newline. This allows names that contain | 20 | rather than a newline. This allows names that contain |
21 | newlines and other whitespace to be more easily | 21 | newlines and other whitespace to be more easily |
22 | interpreted by other programs. | 22 | interpreted by other programs. |
23 | 23 | ||
@@ -182,7 +182,7 @@ config FEATURE_GREP_EGREP_ALIAS | |||
182 | default y | 182 | default y |
183 | depends on GREP | 183 | depends on GREP |
184 | help | 184 | help |
185 | Enabled support for extended regular expressions. Extended | 185 | Enabled support for extended regular expressions. Extended |
186 | regular expressions allow for alternation (foo|bar), grouping, | 186 | regular expressions allow for alternation (foo|bar), grouping, |
187 | and various repetition operators. | 187 | and various repetition operators. |
188 | 188 | ||