From: Adam Dickmeiss Date: Mon, 27 Nov 1995 14:27:39 +0000 (+0000) Subject: Renamed 'update' command to 'dir'. X-Git-Tag: ZEBRA.1.0~657 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=b3185c05466c7d703b2e54cd36066323bfd3e42f Renamed 'update' command to 'dir'. --- diff --git a/index/main.c b/index/main.c index 41a9579..6347230 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.20 1995-11-27 13:58:53 adam + * Revision 1.21 1995-11-27 14:27:39 adam + * Renamed 'update' command to 'dir'. + * + * Revision 1.20 1995/11/27 13:58:53 adam * New option -t. storeStore data implemented in server. * * Revision 1.19 1995/11/25 10:24:06 adam @@ -121,7 +124,7 @@ int main (int argc, char **argv) { cmd = 'd'; } - else if (!strcmp (arg, "update")) + else if (!strcmp (arg, "dir")) { cmd = 'u'; }