X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstlog.c;h=06b5bcdfe8683b4b695461a7d4cac66d2c5d5616;hp=64322a05ce1644a208bf4edc0985192e964e2807;hb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;hpb=c6c31633806f578abea7a1c58e9b837c42150709 diff --git a/test/tstlog.c b/test/tstlog.c index 64322a0..06b5bcd 100644 --- a/test/tstlog.c +++ b/test/tstlog.c @@ -1,9 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: tstlog.c,v 1.13 2007-06-05 06:22:19 adam Exp $ - * */ #include #include @@ -73,9 +70,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); } }