X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=03713d472dbf64ea3335283316f121ddc2b99528;hb=0e8b1116b97d769ea233858fe3c2ced5d1da5d7c;hp=7a02be7c8b741e02b547047392fb77ac2ba457e2;hpb=d82eeac05d2899fa30704e2c40e9dd603ff2c581;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index 7a02be7..03713d4 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -6,7 +6,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.82 2002-05-17 12:48:29 adam Exp $ + * $Id: statserv.c,v 1.83 2002-08-17 07:56:59 adam Exp $ */ #include @@ -831,7 +831,7 @@ int check_options(int argc, char **argv) fprintf(stderr, "Usage: %s [ -a -v " " -l -u -c -t " " -k -d " - " -ziST -w ... ]\n", me); + " -ziST1 -w ... ]\n", me); return 1; } }