From cc697eeb1f4a4fbd98cb86053c66932cd6095263 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 8 Dec 2006 01:40:06 +0000 Subject: Added "exit" back in as a standardised command. --- src/commandline/commands/help.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/commandline/commands/help.c') diff --git a/src/commandline/commands/help.c b/src/commandline/commands/help.c index 3074f18d0..758c3c1e8 100644 --- a/src/commandline/commands/help.c +++ b/src/commandline/commands/help.c @@ -11,10 +11,8 @@ void help_req(){} static int cmd_help_exec ( int argc, char **argv ) { struct command *ccmd; - int unknown = 1; - - printf("Available commands:\n\n exit - Exit the command line and boot\n"); + printf("Available commands:\n\n"); for ( ccmd = cmd_start ; ccmd < cmd_end ; ccmd++ ) { printf (" %s\n", ccmd->name ); -- cgit v1.2.3-55-g7522