diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 3143bd438..10dc72e29 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -73,13 +73,13 @@ config CONFIG_FEATURE_GREP_EGREP_ALIAS | |||
73 | and various repetition operators. | 73 | and various repetition operators. |
74 | 74 | ||
75 | config CONFIG_FEATURE_GREP_FGREP_ALIAS | 75 | config CONFIG_FEATURE_GREP_FGREP_ALIAS |
76 | bool " Alias fgrep to grep -f" | 76 | bool " Alias fgrep to grep -F" |
77 | default y | 77 | default y |
78 | depends on CONFIG_GREP | 78 | depends on CONFIG_GREP |
79 | help | 79 | help |
80 | fgrep sees the search pattern as a normal string rather than | 80 | fgrep sees the search pattern as a normal string rather than |
81 | regular expressions. | 81 | regular expressions. |
82 | grep -f is always builtin, this just creates the fgrep alias. | 82 | grep -F is always builtin, this just creates the fgrep alias. |
83 | 83 | ||
84 | config CONFIG_FEATURE_GREP_CONTEXT | 84 | config CONFIG_FEATURE_GREP_CONTEXT |
85 | bool " Enable before and after context flags (-A, -B and -C)" | 85 | bool " Enable before and after context flags (-A, -B and -C)" |