Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3413 → Rev 3809

/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
34,7 → 34,7
#include "quit.h"
#include "cmds.h"
 
static char *cmdname = "quit";
static char *cmdname = "exit";
 
extern volatile unsigned int cli_quit;
extern const char *progname;
/trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h
1,14 → 1,6
{
"quit",
"Exit the console",
&cmd_quit,
&help_cmd_quit,
-1
},
{
"exit",
NULL,
"Exit the shell",
&cmd_quit,
&help_cmd_quit,
-1
},