last_patch95 from vodz:
[oweals/busybox.git] / findutils / Config.in
index e904587e4ab3339af93f9226027de230f8ebef80..05fcca151c82dc29a5aa95529a5fc0ab81b572ae 100644 (file)
@@ -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"