diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-05 07:52:35 +0000 |
commit | 1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1 (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /findutils | |
parent | 8b3e5450cbe01cc720c446faab2e5da36a4148df (diff) | |
download | busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.gz busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.bz2 busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.zip |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@7038 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/Config.in | 8 |
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 | ||
14 | config CONFIG_FEATURE_FIND_MTIME | 14 | config 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 | ||
63 | config CONFIG_FEATURE_GREP_EGREP_ALIAS | 63 | config 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 | ||
93 | endmenu | 93 | endmenu |
94 | 94 | ||