aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
commit65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /findutils/Config.in
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 79358c655..cac11f77b 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -9,7 +9,7 @@ config CONFIG_FIND
bool "find"
default n
help
- Please submit a patch to add help text for this item.
+ find is used to search your system to find specified files.
config CONFIG_FEATURE_FIND_MTIME
bool " Enable modified time matching (-mtime) option"
@@ -58,7 +58,7 @@ config CONFIG_GREP
bool "grep"
default n
help
- Please submit a patch to add help text for this item.
+ grep is used to search files for a specified pattern.
config CONFIG_FEATURE_GREP_EGREP_ALIAS
bool " Support extended regular expressions (egrep & grep -E)"
@@ -87,8 +87,8 @@ config CONFIG_XARGS
bool "xargs"
default n
help
- Please submit a patch to add help text for this item.
-
+ xargs is used to execute a specified command on
+ every item from standard input.
endmenu