From 5bd7d278653dd178ca7da5a1bcc79724017ecd5e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 28 Nov 2003 09:02:19 +0000 Subject: [PATCH] Kang-Jin Lee's typo --- src/statserv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 1.7.10.4