Made "ls" an alias of "enumerate", since I keep typing it without thinking. :)

This commit is contained in:
Ryan C. Gordon 2002-07-23 22:30:58 +00:00
parent b5979c8c4f
commit b6cc59515b
1 changed files with 1 additions and 0 deletions

View File

@ -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 },