Patch from Terje Kvernes adding quite a lot of missing documentation

This commit is contained in:
Eric Andersen
2003-07-22 09:59:34 +00:00
parent 6fd0e31e87
commit 9c3c38da55
6 changed files with 92 additions and 48 deletions

View File

@@ -201,14 +201,15 @@ config CONFIG_FEATURE_SH_FANCY_PROMPT
default n
depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
help
Please submit a patch to add help text for this item.
Setting this option allows for prompts to use things like \w and
\$ and also using escape codes.
config CONFIG_FEATURE_SH_EXTRA_QUIET
bool "Hide message on interactive shell startup"
default n
depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
help
Please submit a patch to add help text for this item.
Remove the busybox introduction when starting a shell.
endmenu