From: Adam Dickmeiss Date: Tue, 5 Jun 2007 06:40:28 +0000 (+0000) Subject: Update usage msg X-Git-Tag: YAZ.3.0.10~54 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=e02ed55f805444f09393408c5779a2be3f5f699f;p=yaz-moved-to-github.git Update usage msg --- diff --git a/test/tstlog.c b/test/tstlog.c index 64322a0..2fcacaf 100644 --- a/test/tstlog.c +++ b/test/tstlog.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tstlog.c,v 1.13 2007-06-05 06:22:19 adam Exp $ + * $Id: tstlog.c,v 1.14 2007-06-05 06:40:28 adam Exp $ * */ #include @@ -73,9 +73,8 @@ int main(int argc, char **argv) break; case 'h': default: - fprintf(stderr, "tstlog. Bad option\n"); fprintf(stderr, "tstlog [-f logformat] [-v level] [-l file] " - "[-m module] [-w sec] [-r max] [-n num] [-H] msg ..\n"); + "[-p prefix] [-m module] [-w sec] [-r max] [-n num] [-H] msg ..\n"); exit(1); } }