diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index e904587e4..05fcca151 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -86,8 +86,9 @@ config CONFIG_FEATURE_GREP_CONTEXT | |||
86 | default y | 86 | default y |
87 | depends on CONFIG_GREP | 87 | depends on CONFIG_GREP |
88 | help | 88 | help |
89 | Enable match context in results. This will display a number | 89 | Print the specified number of leading (-B) and/or trailing (-A) |
90 | of lines preceding and/or trailing matches. | 90 | context surrounding our matching lines. |
91 | Print the specified number of context lines (-C). | ||
91 | 92 | ||
92 | config CONFIG_XARGS | 93 | config CONFIG_XARGS |
93 | bool "xargs" | 94 | bool "xargs" |