]> granicus.if.org Git - docbook-dsssl/commitdiff
Add usage statement to indicate arguments.
authorBob Stayton <bobs@sagehill.net>
Sat, 21 Feb 2009 18:59:02 +0000 (18:59 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 21 Feb 2009 18:59:02 +0000 (18:59 +0000)
buildtools/xslt

index 699a697c253358cf49cfd7a8f256cef490d763e7..48555cbfb3d7ca50e389d37266028eb63f6b541d 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+# USAGE:
+#   xslt [-xsltproc|-xalan|-saxon]  inputfile  xslfile  outputfile  [param1=value1 [param2=value2 ...]]
+
 PROC=saxon
 
 case $1 in