aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-16 23:45:11 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-16 23:45:11 +0000
commitc185e290eec2aec779dce5f1bc5e540451167707 (patch)
tree8396dd8ff8a5dc4e9ff1ceddacc30d14c67bab76 /shell
parentfb1642f2caa3690cb40f603fca22eeace09a0bfa (diff)
downloadbusybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.gz
busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.tar.bz2
busybox-w32-c185e290eec2aec779dce5f1bc5e540451167707.zip
config help fixes
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in2
1 files changed, 1 insertions, 1 deletions
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
71config ASH_READ_TIMEOUT 71config 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