From: Adam Dickmeiss Date: Mon, 1 Nov 2004 20:16:44 +0000 (+0000) Subject: Reformat a bit X-Git-Tag: YAZ.2.0.28~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=16ba4ea8a26971aff40e56398d6d826fd6107889 Reformat a bit --- 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 }