diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
commit | 50a8f347fb9326e71171fbd27c63e6176096ea37 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /findutils | |
parent | 43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff) | |
download | busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2 busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.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.
git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | |||
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" |