aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sh.c b/sh.c
index b96b46456..e446ad113 100644
--- a/sh.c
+++ b/sh.c
@@ -127,8 +127,11 @@ static struct builtInCommand bltins[] = {
127 127
128static const char shell_usage[] = 128static 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
133static char cwd[1024]; 136static char cwd[1024];
134static char *prompt = "# "; 137static char *prompt = "# ";