aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
commit50a8f347fb9326e71171fbd27c63e6176096ea37 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /shell
parent43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff)
downloadbusybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.zip
Patch from Thomas Cameron:
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in42
1 files changed, 21 insertions, 21 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 8373a808c..02d4851ec 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -9,8 +9,8 @@ choice
9 prompt "Choose your default shell" 9 prompt "Choose your default shell"
10 default "none" 10 default "none"
11 help 11 help
12 Choose a shell. The ash shell is the most bash compatible 12 Choose a shell. The ash shell is the most bash compatible
13 and full featured. 13 and full featured.
14 14
15config CONFIG_FEATURE_SH_IS_ASH 15config CONFIG_FEATURE_SH_IS_ASH
16 bool "ash" 16 bool "ash"
@@ -41,7 +41,7 @@ config CONFIG_ASH
41 bool "ash" 41 bool "ash"
42 default y 42 default y
43 help 43 help
44 Make sh a link to ash. 44 Make sh a link to ash.
45endif 45endif
46 46
47comment "Ash Shell Options" 47comment "Ash Shell Options"
@@ -52,28 +52,28 @@ config CONFIG_ASH_JOB_CONTROL
52 default y 52 default y
53 depends on CONFIG_ASH 53 depends on CONFIG_ASH
54 help 54 help
55 Enable job control in the ash shell. 55 Enable job control in the ash shell.
56 56
57config CONFIG_ASH_ALIAS 57config CONFIG_ASH_ALIAS
58 bool " Enable alias support" 58 bool " Enable alias support"
59 default y 59 default y
60 depends on CONFIG_ASH 60 depends on CONFIG_ASH
61 help 61 help
62 Enable alias support in the ash shell. 62 Enable alias support in the ash shell.
63 63
64config CONFIG_ASH_MATH_SUPPORT 64config CONFIG_ASH_MATH_SUPPORT
65 bool " Enable Posix math support" 65 bool " Enable Posix math support"
66 default y 66 default y
67 depends on CONFIG_ASH 67 depends on CONFIG_ASH
68 help 68 help
69 Enable math support in the ash shell. 69 Enable math support in the ash shell.
70 70
71config CONFIG_ASH_GETOPTS 71config CONFIG_ASH_GETOPTS
72 bool " Enable getopt builtin to parse positional parameters" 72 bool " Enable getopt builtin to parse positional parameters"
73 default n 73 default n
74 depends on CONFIG_ASH 74 depends on CONFIG_ASH
75 help 75 help
76 Enable builtin getopt in the ash shell. 76 Enable builtin getopt in the ash shell.
77 77
78config CONFIG_ASH_CMDCMD 78config CONFIG_ASH_CMDCMD
79 bool " Enable cmdcmd to override shell builtins" 79 bool " Enable cmdcmd to override shell builtins"
@@ -87,14 +87,14 @@ config CONFIG_ASH_MAIL
87 default y 87 default y
88 depends on CONFIG_ASH 88 depends on CONFIG_ASH
89 help 89 help
90 Enable "check for new mail" in the ash shell. 90 Enable "check for new mail" in the ash shell.
91 91
92config CONFIG_ASH_OPTIMIZE_FOR_SIZE 92config CONFIG_ASH_OPTIMIZE_FOR_SIZE
93 bool " Optimize for size instead of speed" 93 bool " Optimize for size instead of speed"
94 default y 94 default y
95 depends on CONFIG_ASH 95 depends on CONFIG_ASH
96 help 96 help
97 Compile ash for reduced size at price of speed. 97 Compile ash for reduced size at price of speed.
98 98
99if CONFIG_FEATURE_SH_IS_HUSH 99if CONFIG_FEATURE_SH_IS_HUSH
100 config CONFIG_HUSH 100 config CONFIG_HUSH
@@ -108,7 +108,7 @@ config CONFIG_HUSH
108 bool "hush" 108 bool "hush"
109 default n 109 default n
110 help 110 help
111 Make sh a link to hush. 111 Make sh a link to hush.
112endif 112endif
113 113
114if CONFIG_FEATURE_SH_IS_LASH 114if CONFIG_FEATURE_SH_IS_LASH
@@ -123,7 +123,7 @@ config CONFIG_LASH
123 bool "lash" 123 bool "lash"
124 default n 124 default n
125 help 125 help
126 Make sh a link to lash. 126 Make sh a link to lash.
127endif 127endif
128 128
129if CONFIG_FEATURE_SH_IS_MSH 129if CONFIG_FEATURE_SH_IS_MSH
@@ -138,7 +138,7 @@ config CONFIG_MSH
138 bool "msh" 138 bool "msh"
139 default n 139 default n
140 help 140 help
141 Make sh a link to msh. 141 Make sh a link to msh.
142endif 142endif
143 143
144 144
@@ -150,51 +150,51 @@ config CONFIG_FEATURE_COMMAND_EDITING
150 default n 150 default n
151 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 151 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
152 help 152 help
153 Enable command editing in shell. 153 Enable command editing in shell.
154 154
155config CONFIG_FEATURE_COMMAND_SAVEHISTORY 155config CONFIG_FEATURE_COMMAND_SAVEHISTORY
156 bool " history saving" 156 bool " history saving"
157 default n 157 default n
158 depends on CONFIG_ASH 158 depends on CONFIG_ASH
159 help 159 help
160 Enable history saving in ash shell. 160 Enable history saving in ash shell.
161 161
162config CONFIG_FEATURE_COMMAND_TAB_COMPLETION 162config CONFIG_FEATURE_COMMAND_TAB_COMPLETION
163 bool "tab completion" 163 bool "tab completion"
164 default n 164 default n
165 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 165 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
166 help 166 help
167 Enable tab completion in shell. 167 Enable tab completion in shell.
168 168
169config CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION 169config CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION
170 bool "username completion" 170 bool "username completion"
171 default n 171 default n
172 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 172 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
173 help 173 help
174 Enable username completion in shell. 174 Enable username completion in shell.
175 175
176config CONFIG_FEATURE_COMMAND_HISTORY 176config CONFIG_FEATURE_COMMAND_HISTORY
177 int "history size" 177 int "history size"
178 default 15 178 default 15
179 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 179 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
180 help 180 help
181 Specify command history size in shell. 181 Specify command history size in shell.
182 182
183config CONFIG_FEATURE_SH_STANDALONE_SHELL 183config CONFIG_FEATURE_SH_STANDALONE_SHELL
184 bool "Standalone shell" 184 bool "Standalone shell"
185 default n 185 default n
186 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 186 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
187 help 187 help
188 Have all the busybox commands built into the shell, creating 188 Have all the busybox commands built into the shell, creating
189 a standalone shell. 189 a standalone shell.
190 190
191config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN 191config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
192 bool "Standalone shell -- applets always win" 192 bool "Standalone shell -- applets always win"
193 default n 193 default n
194 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 194 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
195 help 195 help
196 Use a command builtin to the shell over one with the same name, 196 Use a command builtin to the shell over one with the same name,
197 that may be on the system. 197 that may be on the system.
198 198
199config CONFIG_FEATURE_SH_FANCY_PROMPT 199config CONFIG_FEATURE_SH_FANCY_PROMPT
200 bool "Fancy shell prompts" 200 bool "Fancy shell prompts"