Made "ls" an alias of "enumerate", since I keep typing it without thinking. :)
This commit is contained in:
parent
b5979c8c4f
commit
b6cc59515b
|
@ -626,6 +626,7 @@ static const command_info commands[] =
|
|||
{ "addarchive", cmd_addarchive, 2, "<archiveLocation> <append>" },
|
||||
{ "removearchive", cmd_removearchive, 1, "<archiveLocation>" },
|
||||
{ "enumerate", cmd_enumerate, 1, "<dirToEnumerate>" },
|
||||
{ "ls", cmd_enumerate, 1, "<dirToEnumerate>" },
|
||||
{ "getlasterror", cmd_getlasterror, 0, NULL },
|
||||
{ "getdirsep", cmd_getdirsep, 0, NULL },
|
||||
{ "getcdromdirs", cmd_getcdromdirs, 0, NULL },
|
||||
|
|
Loading…
Reference in New Issue