Move start_stop_daemon to debianutils.
[oweals/busybox.git] / shell / Config.in
index 02d4851ec05c7eaf54946ceef5bd018579a23ae4..c1e9099441da2a562a5d8fc8fbc8a53e01073952 100644 (file)
@@ -80,7 +80,9 @@ config CONFIG_ASH_CMDCMD
        default n
        depends on CONFIG_ASH
        help
-         Please submit a patch to add help text for this item.
+         Enable support for the ash 'command' builtin, which allows
+         you to run the specified command with the specified arguments,
+         even when there is an ash builtin command with the same name.
 
 config CONFIG_ASH_MAIL
        bool "  Check for new mail on interactive shells"
@@ -201,14 +203,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