From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- sh.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sh.c') 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; -- cgit v1.2.3