aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 09:59:34 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 09:59:34 +0000
commit1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7 (patch)
treed01448ecbe7f0a238dad86a93fb0c8e1d50f3c45 /shell
parentc5385783973ca04c4403a9153fc8f20cd4cd24b2 (diff)
downloadbusybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.tar.gz
busybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.tar.bz2
busybox-w32-1b90eedbcb35e6efa45ab1cc54857dedcafdf0d7.zip
Patch from Terje Kvernes adding quite a lot of missing documentation
git-svn-id: svn://busybox.net/trunk/busybox@7093 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 02d4851ec..57633eb30 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -201,14 +201,15 @@ config CONFIG_FEATURE_SH_FANCY_PROMPT
201 default n 201 default n
202 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 202 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
203 help 203 help
204 Please submit a patch to add help text for this item. 204 Setting this option allows for prompts to use things like \w and
205 \$ and also using escape codes.
205 206
206config CONFIG_FEATURE_SH_EXTRA_QUIET 207config CONFIG_FEATURE_SH_EXTRA_QUIET
207 bool "Hide message on interactive shell startup" 208 bool "Hide message on interactive shell startup"
208 default n 209 default n
209 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 210 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
210 help 211 help
211 Please submit a patch to add help text for this item. 212 Remove the busybox introduction when starting a shell.
212 213
213endmenu 214endmenu
214 215