summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 09:59:34 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 09:59:34 +0000
commit9c3c38da5575b1eca8690855a2e4894d4cab34e2 (patch)
treed01448ecbe7f0a238dad86a93fb0c8e1d50f3c45 /shell
parent6fd0e31e872b366231bf0c9de1a0bafdd738a78e (diff)
downloadbusybox-w32-9c3c38da5575b1eca8690855a2e4894d4cab34e2.tar.gz
busybox-w32-9c3c38da5575b1eca8690855a2e4894d4cab34e2.tar.bz2
busybox-w32-9c3c38da5575b1eca8690855a2e4894d4cab34e2.zip
Patch from Terje Kvernes adding quite a lot of missing documentation
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