Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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