Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Made "ls" an alias of "enumerate", since I keep typing it without thi…
…nking. :)
  • Loading branch information
icculus committed Jul 23, 2002
1 parent b5979c8 commit b6cc595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_physfs.c
Expand Up @@ -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 },
Expand Down

0 comments on commit b6cc595

Please sign in to comment.