diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 09:59:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 09:59:34 +0000 |
commit | 9c3c38da5575b1eca8690855a2e4894d4cab34e2 (patch) | |
tree | d01448ecbe7f0a238dad86a93fb0c8e1d50f3c45 /shell | |
parent | 6fd0e31e872b366231bf0c9de1a0bafdd738a78e (diff) | |
download | busybox-9c3c38da5575b1eca8690855a2e4894d4cab34e2.tar.gz |
Patch from Terje Kvernes adding quite a lot of missing documentation
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 5 |
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 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 |