[sword-svn] r500 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Wed Jul 29 16:39:01 MST 2015


Author: refdoc
Date: 2015-07-29 16:39:00 -0700 (Wed, 29 Jul 2015)
New Revision: 500

Modified:
   trunk/modules/conf/confmaker.pl
Log:
corrected usage message


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2015-07-29 15:31:21 UTC (rev 499)
+++ trunk/modules/conf/confmaker.pl	2015-07-29 23:39:00 UTC (rev 500)
@@ -46,7 +46,7 @@
 ## Obtain arguments
 if (scalar(@ARGV) < 1) {
     print "\nconfmaker.pl -- - provides a initial conf file for a new module by analysing  given OSIS xml file.\n";
-    print "Syntax: confmaker.pl <osis XML file> [-o conf-output-file] [-i conf-input-file] [-m] \n";
+    print "Syntax: confmaker.pl <osis XML file> [-o <conf-output-file>] [-i <conf-input-file>] [-m] [-l <language-code>]\n";
     print "- Arguments in braces < > are required. Arguments in brackets [ ] are optional.\n";
     print "- If no -o option is specified <STDOUT> is used.\n";
     print "- if the -m option is used no -i option may be used. -m expects parametres added by other means, e.g. a makefile";




More information about the sword-cvs mailing list