diff options
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 | ||