X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fstatserv.c;h=692e3b2cfd186d3f063fbbd5560335afa5315b47;hb=ce3481bda4af7147e61cb88f7e628e57c4c443c2;hp=8d2629d41dabac5d353c5728225a918bafb319a8;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/statserv.c b/src/statserv.c index 8d2629d..692e3b2 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -6,7 +6,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.1 2003-10-27 12:21:35 adam Exp $ + * $Id: statserv.c,v 1.2 2003-11-28 09:02:19 mike Exp $ */ #include @@ -874,7 +874,7 @@ int check_options(int argc, char **argv) fprintf(stderr, "Usage: %s [ -a -v " " -l -u -c -t " " -k -d " - " -ziST1 -w ... ]\n", me); + " -ziST1 -w ... ]\n", me); return 1; } }