Link SSL with libyaz.la and yaz-client only.
[yaz-moved-to-github.git] / src / options.c
index 3125735..35f4e6f 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2007, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data
  * See the file LICENSE for details.
- *
- * $Id: options.c,v 1.6 2008-02-19 19:58:40 adam Exp $
  */
 /**
  * \file options.c
@@ -67,7 +65,7 @@ int options (const char *desc, char **argv, int argc, char **arg)
                 i++;
         }
         if (desc[i] == ':')
-        {       /* string argument */
+        {       /* option with string argument */
                 type = desc[i++];
         }
         if (desc_char == ch)