X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstlog.c;h=2fcacafc82dc1d0bd9c00944cb23677d0d589c4d;hb=e6f45fddb3d4267340ad320dbedfbf5cb68c4d21;hp=64322a05ce1644a208bf4edc0985192e964e2807;hpb=c6c31633806f578abea7a1c58e9b837c42150709;p=yaz-moved-to-github.git 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); } }