diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-28 12:00:59 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-28 12:00:59 +0000 |
| commit | ea9f7a6a7fbc90c7dabd9c314199c73fd313e283 (patch) | |
| tree | b590da3223aa29cade0824d50e34e29eae25cb1f /findutils | |
| parent | 417e240abb08caf6f8b3bf282d2ded32464633f6 (diff) | |
| download | busybox-w32-ea9f7a6a7fbc90c7dabd9c314199c73fd313e283.tar.gz busybox-w32-ea9f7a6a7fbc90c7dabd9c314199c73fd313e283.tar.bz2 busybox-w32-ea9f7a6a7fbc90c7dabd9c314199c73fd313e283.zip | |
find: beautify config prompts a bit
Diffstat (limited to 'findutils')
| -rw-r--r-- | findutils/Config.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 50415cb5f..a830394a0 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
| @@ -22,7 +22,7 @@ config FEATURE_FIND_PRINT0 | |||
| 22 | interpreted by other programs. | 22 | interpreted by other programs. |
| 23 | 23 | ||
| 24 | config FEATURE_FIND_MTIME | 24 | config FEATURE_FIND_MTIME |
| 25 | bool "Enable modified time matching (-mtime) option" | 25 | bool "Enable modified time matching (-mtime option)" |
| 26 | default y | 26 | default y |
| 27 | depends on FIND | 27 | depends on FIND |
| 28 | help | 28 | help |
| @@ -30,7 +30,7 @@ config FEATURE_FIND_MTIME | |||
| 30 | files, in days. | 30 | files, in days. |
| 31 | 31 | ||
| 32 | config FEATURE_FIND_MMIN | 32 | config FEATURE_FIND_MMIN |
| 33 | bool "Enable modified time matching (-mmin) option" | 33 | bool "Enable modified time matching (-mmin option)" |
| 34 | default y | 34 | default y |
| 35 | depends on FIND | 35 | depends on FIND |
| 36 | help | 36 | help |
| @@ -38,14 +38,14 @@ config FEATURE_FIND_MMIN | |||
| 38 | files, in minutes. | 38 | files, in minutes. |
| 39 | 39 | ||
| 40 | config FEATURE_FIND_PERM | 40 | config FEATURE_FIND_PERM |
| 41 | bool "Enable permissions matching (-perm) option" | 41 | bool "Enable permissions matching (-perm option)" |
| 42 | default y | 42 | default y |
| 43 | depends on FIND | 43 | depends on FIND |
| 44 | help | 44 | help |
| 45 | Enable searching based on file permissions. | 45 | Enable searching based on file permissions. |
| 46 | 46 | ||
| 47 | config FEATURE_FIND_TYPE | 47 | config FEATURE_FIND_TYPE |
| 48 | bool "Enable filetype matching (-type) option" | 48 | bool "Enable filetype matching (-type option)" |
| 49 | default y | 49 | default y |
| 50 | depends on FIND | 50 | depends on FIND |
| 51 | help | 51 | help |
| @@ -53,7 +53,7 @@ config FEATURE_FIND_TYPE | |||
| 53 | directory, socket, device, etc.). | 53 | directory, socket, device, etc.). |
| 54 | 54 | ||
| 55 | config FEATURE_FIND_XDEV | 55 | config FEATURE_FIND_XDEV |
| 56 | bool "Enable stay in filesystem (-xdev) option" | 56 | bool "Enable 'stay in filesystem' option (-xdev)" |
| 57 | default y | 57 | default y |
| 58 | depends on FIND | 58 | depends on FIND |
| 59 | help | 59 | help |
| @@ -75,14 +75,14 @@ config FEATURE_FIND_NEWER | |||
| 75 | a modified time that is more recent than the specified FILE. | 75 | a modified time that is more recent than the specified FILE. |
| 76 | 76 | ||
| 77 | config FEATURE_FIND_INUM | 77 | config FEATURE_FIND_INUM |
| 78 | bool "Enable inode number matching (-inum) option" | 78 | bool "Enable inode number matching (-inum option)" |
| 79 | default y | 79 | default y |
| 80 | depends on FIND | 80 | depends on FIND |
| 81 | help | 81 | help |
| 82 | Support the 'find -inum' option for searching by inode number. | 82 | Support the 'find -inum' option for searching by inode number. |
| 83 | 83 | ||
| 84 | config FEATURE_FIND_EXEC | 84 | config FEATURE_FIND_EXEC |
| 85 | bool "Enable (-exec) option allowing execution of commands" | 85 | bool "Enable -exec option allowing execution of commands" |
| 86 | default y | 86 | default y |
| 87 | depends on FIND | 87 | depends on FIND |
| 88 | help | 88 | help |
| @@ -90,14 +90,14 @@ config FEATURE_FIND_EXEC | |||
| 90 | the files matched. | 90 | the files matched. |
| 91 | 91 | ||
| 92 | config FEATURE_FIND_USER | 92 | config FEATURE_FIND_USER |
| 93 | bool "Enable username/uid matching (-user) option" | 93 | bool "Enable username/uid matching (-user option)" |
| 94 | default y | 94 | default y |
| 95 | depends on FIND | 95 | depends on FIND |
| 96 | help | 96 | help |
| 97 | Support the 'find -user' option for searching by username or uid. | 97 | Support the 'find -user' option for searching by username or uid. |
| 98 | 98 | ||
| 99 | config FEATURE_FIND_GROUP | 99 | config FEATURE_FIND_GROUP |
| 100 | bool "Enable group/gid matching (-group) option" | 100 | bool "Enable group/gid matching (-group option)" |
| 101 | default y | 101 | default y |
| 102 | depends on FIND | 102 | depends on FIND |
| 103 | help | 103 | help |
| @@ -127,14 +127,14 @@ config FEATURE_FIND_PAREN | |||
| 127 | Enable usage of parens '(' to specify logical order of arguments. | 127 | Enable usage of parens '(' to specify logical order of arguments. |
| 128 | 128 | ||
| 129 | config FEATURE_FIND_SIZE | 129 | config FEATURE_FIND_SIZE |
| 130 | bool "Enable (-size) option allowing matching for file size" | 130 | bool "Enable -size option allowing matching for file size" |
| 131 | default y | 131 | default y |
| 132 | depends on FIND | 132 | depends on FIND |
| 133 | help | 133 | help |
| 134 | Support the 'find -size' option for searching by file size. | 134 | Support the 'find -size' option for searching by file size. |
| 135 | 135 | ||
| 136 | config FEATURE_FIND_PRUNE | 136 | config FEATURE_FIND_PRUNE |
| 137 | bool "Enable (-prune) option allowing to exclude subdirectories" | 137 | bool "Enable -prune option allowing to exclude subdirectories" |
| 138 | default y | 138 | default y |
| 139 | depends on FIND | 139 | depends on FIND |
| 140 | help | 140 | help |
| @@ -165,7 +165,7 @@ config FEATURE_FIND_REGEX | |||
| 165 | The -regex option matches whole pathname against regular expression. | 165 | The -regex option matches whole pathname against regular expression. |
| 166 | 166 | ||
| 167 | config FEATURE_FIND_CONTEXT | 167 | config FEATURE_FIND_CONTEXT |
| 168 | bool "Enable (-context) option for matching security context" | 168 | bool "Enable -context option for matching security context" |
| 169 | default n | 169 | default n |
| 170 | depends on FIND && SELINUX | 170 | depends on FIND && SELINUX |
| 171 | help | 171 | help |
