aboutsummaryrefslogtreecommitdiff
path: root/findutils
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
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.bz2
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'findutils')
-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
9 bool "find" 9 bool "find"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 find is used to search your system to find specified files.
13 13
14config CONFIG_FEATURE_FIND_MTIME 14config CONFIG_FEATURE_FIND_MTIME
15 bool " Enable modified time matching (-mtime) option" 15 bool " Enable modified time matching (-mtime) option"
@@ -58,7 +58,7 @@ config CONFIG_GREP
58 bool "grep" 58 bool "grep"
59 default n 59 default n
60 help 60 help
61 Please submit a patch to add help text for this item. 61 grep is used to search files for a specified pattern.
62 62
63config CONFIG_FEATURE_GREP_EGREP_ALIAS 63config CONFIG_FEATURE_GREP_EGREP_ALIAS
64 bool " Support extended regular expressions (egrep & grep -E)" 64 bool " Support extended regular expressions (egrep & grep -E)"
@@ -87,8 +87,8 @@ config CONFIG_XARGS
87 bool "xargs" 87 bool "xargs"
88 default n 88 default n
89 help 89 help
90 Please submit a patch to add help text for this item. 90 xargs is used to execute a specified command on
91 91 every item from standard input.
92 92
93endmenu 93endmenu
94 94