diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-16 23:45:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-16 23:45:11 +0000 |
commit | c185e290eec2aec779dce5f1bc5e540451167707 (patch) | |
tree | 8396dd8ff8a5dc4e9ff1ceddacc30d14c67bab76 | |
parent | fb1642f2caa3690cb40f603fca22eeace09a0bfa (diff) | |
download | busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.gz busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.bz2 busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.zip |
config help fixes
-rw-r--r-- | Config.in | 2 | ||||
-rw-r--r-- | loginutils/Config.in | 2 | ||||
-rw-r--r-- | shell/Config.in | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -411,7 +411,7 @@ config DEBUG | |||
411 | Most people should answer N. | 411 | Most people should answer N. |
412 | 412 | ||
413 | config DEBUG_PESSIMIZE | 413 | config DEBUG_PESSIMIZE |
414 | bool "Disable compiler optimizations." | 414 | bool "Disable compiler optimizations" |
415 | default n | 415 | default n |
416 | depends on DEBUG | 416 | depends on DEBUG |
417 | help | 417 | help |
diff --git a/loginutils/Config.in b/loginutils/Config.in index 4ca1c2597..d3ad400a8 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -101,7 +101,7 @@ config DELGROUP | |||
101 | Utility for deleting a group account. | 101 | Utility for deleting a group account. |
102 | 102 | ||
103 | config FEATURE_DEL_USER_FROM_GROUP | 103 | config FEATURE_DEL_USER_FROM_GROUP |
104 | bool "Support for removing users from groups." | 104 | bool "Support for removing users from groups" |
105 | default n | 105 | default n |
106 | depends on DELGROUP | 106 | depends on DELGROUP |
107 | help | 107 | help |
diff --git a/shell/Config.in b/shell/Config.in index a6701622c..797200229 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -69,7 +69,7 @@ config ASH_READ_NCHARS | |||
69 | 'read -s' will read without echoing the user's input. | 69 | 'read -s' will read without echoing the user's input. |
70 | 70 | ||
71 | config ASH_READ_TIMEOUT | 71 | config ASH_READ_TIMEOUT |
72 | bool "'read -t S' support." | 72 | bool "'read -t S' support" |
73 | default n | 73 | default n |
74 | depends on ASH | 74 | depends on ASH |
75 | help | 75 | help |