{
	"quit",
	"Exit the console",
	&cmd_quit,
	&help_cmd_quit,
	-1
},
{
	"exit",
	NULL,
	&cmd_quit,
	&help_cmd_quit,
	-1
},
