{
	"cd",
	"Change the current working directory",
	&cmd_cd,
	&help_cmd_cd,
	-1
},
{
	"chdir",
	NULL,
	&cmd_cd,
	&help_cmd_cd,
	-1
},
