From b6cc59515bc91946ea94e481dc801fe9cd0592c1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 23 Jul 2002 22:30:58 +0000 Subject: [PATCH] Made "ls" an alias of "enumerate", since I keep typing it without thinking. :) --- test/test_physfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_physfs.c b/test/test_physfs.c index 513f49b3..74314ae9 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -626,6 +626,7 @@ static const command_info commands[] = { "addarchive", cmd_addarchive, 2, " " }, { "removearchive", cmd_removearchive, 1, "" }, { "enumerate", cmd_enumerate, 1, "" }, + { "ls", cmd_enumerate, 1, "" }, { "getlasterror", cmd_getlasterror, 0, NULL }, { "getdirsep", cmd_getdirsep, 0, NULL }, { "getcdromdirs", cmd_getcdromdirs, 0, NULL },