X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-asncomp;h=c73adb70fa969e81c8cf9355d90ba9f718e3e51c;hb=1908df105a83e97f3e404020fd9f4e2007654afd;hp=e2a832dd20f12d264de082ca759be5abd771917c;hpb=51f5ff156a2550d96b6d27fd901edaab161b32c8;p=yaz-moved-to-github.git diff --git a/util/yaz-asncomp b/util/yaz-asncomp index e2a832d..c73adb7 100755 --- a/util/yaz-asncomp +++ b/util/yaz-asncomp @@ -6,7 +6,7 @@ exec tclsh "$0" "$@" # (c) Index Data 1996-2004 # See the file LICENSE for details. # -# $Id: yaz-asncomp,v 1.3 2004-02-11 21:39:45 adam Exp $ +# $Id: yaz-asncomp,v 1.4 2004-11-01 20:16:44 adam Exp $ # set yc_version 0.3 @@ -1390,8 +1390,8 @@ if {![info exists inf(iname)]} { puts "YAZ ASN.1 Compiler ${yc_version}" puts "Usage:" puts -nonewline ${argv0} - puts { [-v] [-c cfile] [-h hfile] [-p hfile] [-d dfile] [-I iout] [-i idir]} - puts { [-m module] file} + puts { [-v] [-c cfile] [-h hfile] [-p hfile] [-d dfile] [-I iout]} + puts { [-i idir] [-m module] file} exit 1 }