From 16ba4ea8a26971aff40e56398d6d826fd6107889 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 Nov 2004 20:16:44 +0000 Subject: [PATCH] Reformat a bit --- util/yaz-asncomp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 1.7.10.4