X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fyaz-proxy-main.cpp;h=9382ddc870815d7436b46e131cbbb075442be7a7;hb=7b429cd9f6320f71b949f7e90270266b2f617c07;hp=5c9ff2dc72d9be0d8ad9df8a32b1196c81f26b0a;hpb=3f9c6b7417f3b72f1987327b860367b7d25f6303;p=yazproxy-moved-to-github.git diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index 5c9ff2d..9382ddc 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2008 Index Data + Copyright (C) 1998-2009 Index Data YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -59,7 +59,7 @@ void usage(char *prog) fprintf (stderr, "%s: [-a log] [-c config] [-D]\n" " [-i sec] [-l log] [-m num] [-n num] [-p pidfile]" " [-t target] [-T sec] [-u uid]\n" - " [-v level] [-X] @:port\n", prog); + " [-v level] [-X] [-V] @:port\n", prog); exit (1); }