summaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
commite5642119ee566520a098027746808dd6b9226d99 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /findutils
parent1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff)
downloadbusybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.gz
busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.bz2
busybox-w32-e5642119ee566520a098027746808dd6b9226d99.zip
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.in5
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
92config CONFIG_XARGS 93config CONFIG_XARGS
93 bool "xargs" 94 bool "xargs"