Happy new year
[yaz-moved-to-github.git] / zoom / zoomtst10.c
index 73710be..837b5f8 100644 (file)
@@ -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-2011 Index Data
+ * See the file LICENSE for details.
+ */
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -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);
     }
 
@@ -59,6 +58,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab