diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
commit | e5642119ee566520a098027746808dd6b9226d99 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /findutils | |
parent | 1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff) | |
download | busybox-e5642119ee566520a098027746808dd6b9226d99.tar.gz |
Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
all applets now have a help entry. Also, I cleaned up the spacing of
the existing text so that things are consistent. This patch is against
this morning's CVS.
Thomas Cameron
CEI Systems, Inc.
Diffstat (limited to 'findutils')
-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" |