Extract usage information into a separate file.

This commit is contained in:
Matt Kraai
2000-07-16 20:57:15 +00:00
parent 3bd8bd89ee
commit bf181b9338
175 changed files with 2529 additions and 2050 deletions

View File

@@ -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;