aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-08 18:34:21 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-08 18:34:21 +0000
commit23db7470b5ff916fc7392b291c8ddae4404605c3 (patch)
tree386c809c79f67845b776cb177e000c25b76a96b8 /shell
parentc03fde45104f4ae53a3030cfd23f2f8db812f2f3 (diff)
downloadbusybox-w32-23db7470b5ff916fc7392b291c8ddae4404605c3.tar.gz
busybox-w32-23db7470b5ff916fc7392b291c8ddae4404605c3.tar.bz2
busybox-w32-23db7470b5ff916fc7392b291c8ddae4404605c3.zip
Convert some help text to english.
git-svn-id: svn://busybox.net/trunk/busybox@13878 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 1bb5de66d..5ee5ebb89 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -137,7 +137,7 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE
137 default y 137 default y
138 depends on CONFIG_ASH 138 depends on CONFIG_ASH
139 help 139 help
140 Compile ash for reduced size at price of speed. 140 Compile ash for reduced size at the price of speed.
141 141
142config CONFIG_ASH_RANDOM_SUPPORT 142config CONFIG_ASH_RANDOM_SUPPORT
143 bool " Enable pseudorandom generator and variable $RANDOM" 143 bool " Enable pseudorandom generator and variable $RANDOM"
@@ -151,13 +151,13 @@ config CONFIG_ASH_RANDOM_SUPPORT
151 variable will no longer have special treatment. 151 variable will no longer have special treatment.
152 152
153config CONFIG_ASH_EXPAND_PRMT 153config CONFIG_ASH_EXPAND_PRMT
154 bool " Support expand PS#" 154 bool " Expand prompt string"
155 default n 155 default n
156 depends on CONFIG_ASH 156 depends on CONFIG_ASH
157 help 157 help
158 "PS#" may be have commands. It option enable expand string 158 "PS#" may be contain volatile content, such as backquote commands.
159 from prompt before each show. 159 This option recreates the prompt string from the environment
160 160 variable each time it is displayed.
161 161
162config CONFIG_HUSH 162config CONFIG_HUSH
163 bool "hush" 163 bool "hush"