diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 05:49:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 05:49:36 +0000 |
commit | 9ac178ab408354bcf61ee19a071fdc1e4f163737 (patch) | |
tree | 4e7482abb66b8f3f6242490f40cde7f3c2fdf1eb | |
parent | ce0cf1d44bc04e39eccb7ff80c2ffe11211b942f (diff) | |
download | busybox-w32-9ac178ab408354bcf61ee19a071fdc1e4f163737.tar.gz busybox-w32-9ac178ab408354bcf61ee19a071fdc1e4f163737.tar.bz2 busybox-w32-9ac178ab408354bcf61ee19a071fdc1e4f163737.zip |
rename menu and touchup whitespace
-rw-r--r-- | shell/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/shell/Config.in b/shell/Config.in index eb4616672..a3620c0e2 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -3,7 +3,7 @@ | |||
3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | menu "Another Bourne-like Shell" | 6 | menu "Shells" |
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
@@ -54,18 +54,18 @@ config CONFIG_ASH_JOB_CONTROL | |||
54 | Enable job control in the ash shell. | 54 | Enable job control in the ash shell. |
55 | 55 | ||
56 | config CONFIG_ASH_READ_NCHARS | 56 | config CONFIG_ASH_READ_NCHARS |
57 | bool " Enable 'read -n N' and 'read -s' support" | 57 | bool " Enable 'read -n N' and 'read -s' support" |
58 | default n | 58 | default n |
59 | depends on CONFIG_ASH | 59 | depends on CONFIG_ASH |
60 | help | 60 | help |
61 | 'read -n N' will return a value after N characters have been read. | 61 | 'read -n N' will return a value after N characters have been read. |
62 | 'read -s' will read without echoing the user's input. | 62 | 'read -s' will read without echoing the user's input. |
63 | 63 | ||
64 | config CONFIG_ASH_READ_TIMEOUT | 64 | config CONFIG_ASH_READ_TIMEOUT |
65 | bool " Enable 'read -t S' support." | 65 | bool " Enable 'read -t S' support." |
66 | default n | 66 | default n |
67 | depends on CONFIG_ASH | 67 | depends on CONFIG_ASH |
68 | help | 68 | help |
69 | 'read -t S' will return a value after S seconds have passed. | 69 | 'read -t S' will return a value after S seconds have passed. |
70 | This implementation will allow fractional seconds, expressed | 70 | This implementation will allow fractional seconds, expressed |
71 | as a decimal fraction, e.g. 'read -t 2.5 foo'. | 71 | as a decimal fraction, e.g. 'read -t 2.5 foo'. |