From b3185c05466c7d703b2e54cd36066323bfd3e42f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Nov 1995 14:27:39 +0000 Subject: [PATCH] Renamed 'update' command to 'dir'. --- index/main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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'; } -- 1.7.10.4