From: Mike Taylor Date: Fri, 28 Nov 2003 09:02:19 +0000 (+0000) Subject: Kang-Jin Lee's typo X-Git-Tag: YAZ.2.0.6~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5bd7d278653dd178ca7da5a1bcc79724017ecd5e Kang-Jin Lee's typo --- 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; } }