From 2090b19e5dc5eb4b4a8f87a5efe4a5597fa409a7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 21 Feb 2009 18:59:02 +0000 Subject: [PATCH] Add usage statement to indicate arguments. --- buildtools/xslt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildtools/xslt b/buildtools/xslt index 699a697c2..48555cbfb 100755 --- a/buildtools/xslt +++ b/buildtools/xslt @@ -1,5 +1,8 @@ #!/bin/bash +# USAGE: +# xslt [-xsltproc|-xalan|-saxon] inputfile xslfile outputfile [param1=value1 [param2=value2 ...]] + PROC=saxon case $1 in -- 2.40.0