diff options
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -127,8 +127,11 @@ static struct builtInCommand bltins[] = { | |||
127 | 127 | ||
128 | static const char shell_usage[] = | 128 | static const char shell_usage[] = |
129 | 129 | ||
130 | "sh [FILE]...\n\n" "The BusyBox command interpreter (shell).\n\n"; | 130 | "sh [FILE]...\n" |
131 | 131 | #ifndef BB_FEATURE_TRIVIAL_HELP | |
132 | "\nlash: The BusyBox command interpreter (shell).\n\n" | ||
133 | #endif | ||
134 | ; | ||
132 | 135 | ||
133 | static char cwd[1024]; | 136 | static char cwd[1024]; |
134 | static char *prompt = "# "; | 137 | static char *prompt = "# "; |