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 default y depends on CONFIG_GREP help - Enable match context in results. This will display a number - of lines preceding and/or trailing matches. + Print the specified number of leading (-B) and/or trailing (-A) + context surrounding our matching lines. + Print the specified number of context lines (-C). config CONFIG_XARGS bool "xargs" |