Subversion Repositories HelenOS

Rev

Rev 3373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3373 Rev 3809
Line 1... Line 1...
1
{
1
{
2
    "quit",
-
 
3
    "Exit the console",
-
 
4
    &cmd_quit,
-
 
5
    &help_cmd_quit,
-
 
6
    -1
-
 
7
},
-
 
8
{
-
 
9
    "exit",
2
    "exit",
10
    NULL,
3
    "Exit the shell",
11
    &cmd_quit,
4
    &cmd_quit,
12
    &help_cmd_quit,
5
    &help_cmd_quit,
13
    -1
-
 
14
},
6
},