From: Adam Dickmeiss Date: Wed, 24 Aug 2011 13:14:56 +0000 (+0200) Subject: GFS: mention -K in usage X-Git-Tag: v4.2.10~1^2~1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=85e483aa6245bb163485b57f1f77719dc1cf24b8;p=yaz-moved-to-github.git GFS: mention -K in usage --- diff --git a/src/statserv.c b/src/statserv.c index 4a469de..0e6a3e8 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -1402,7 +1402,7 @@ int check_options(int argc, char **argv) fprintf(stderr, "Usage: %s [ -a -v " " -l -u -c -t " " -k -d -p -C certfile" - " -ziDST1 -m -w ... ]\n", me); + " -zKiDST1 -m -w ... ]\n", me); return 1; } }