diff options
author | Denis Vlasenko | 2008-07-16 23:45:11 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-07-16 23:45:11 +0000 |
commit | c185e290eec2aec779dce5f1bc5e540451167707 (patch) | |
tree | 8396dd8ff8a5dc4e9ff1ceddacc30d14c67bab76 /shell/Config.in | |
parent | fb1642f2caa3690cb40f603fca22eeace09a0bfa (diff) | |
download | busybox-c185e290eec2aec779dce5f1bc5e540451167707.zip busybox-c185e290eec2aec779dce5f1bc5e540451167707.tar.gz |
config help fixes
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index a670162..7972002 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -69,7 +69,7 @@ config ASH_READ_NCHARS 'read -s' will read without echoing the user's input. config ASH_READ_TIMEOUT - bool "'read -t S' support." + bool "'read -t S' support" default n depends on ASH help |