X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst10.c;h=e770d7abd8aa8df6c524b51ca9d8e1aec1fb777c;hb=22dca6e3b2a29f15ddbd3c2489e67aef608c3545;hp=73710be1f260ca9e483e411d61521c27a9062809;hpb=a89ed3c40c9eab3721ccbd5e91919ba06208edbc;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst10.c b/zoom/zoomtst10.c index 73710be..e770d7a 100644 --- a/zoom/zoomtst10.c +++ b/zoom/zoomtst10.c @@ -1,8 +1,7 @@ -/* $Id: zoomtst10.c,v 1.1 2006-06-15 10:34:24 adam Exp $ */ - -/** \file zoomtst10.c - \brief Synchronous single-target search using CCL conversion -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. + */ #include #include @@ -22,7 +21,7 @@ int main(int argc, char **argv) if (argc != 3) { fprintf (stderr, "usage:\n%s target cclquery\n", *argv); - fprintf (stderr, " eg. bagel.indexdata.dk/gils 'ti=computer'\n"); + fprintf (stderr, " eg. bagel.indexdata.dk/gils \"ti=utah\"\n"); exit (1); }