aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sh.c b/sh.c
index d829b6b29..9b3435304 100644
--- a/sh.c
+++ b/sh.c
@@ -137,14 +137,6 @@ static struct builtInCommand bltins_forking[] = {
{NULL, NULL, NULL, NULL}
};
-static const char shell_usage[] =
- "sh [FILE]...\n"
- " or: sh -c command [args]...\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nlash: The BusyBox command interpreter (shell).\n\n"
-#endif
- ;
-
static char *prompt = "# ";
static char *cwd = NULL;
static char *local_pending_command = NULL;