Modified yaz-config so that it only reports usage when bad options
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Jun 2000 10:10:05 +0000 (10:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Jun 2000 10:10:05 +0000 (10:10 +0000)
are specified.

lib/yaz-config.in

index d8c4b67..fde3663 100755 (executable)
@@ -54,7 +54,7 @@ while test $# -gt 0; do
     --tabs)
       echo_tabs=yes
       ;;
-    *)
+    -*)
       echo_help=yes
       ;;
   esac