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

refdoc at crosswire.org refdoc at crosswire.org
Wed Feb 13 20:08:38 MST 2013


Author: refdoc
Date: 2013-02-13 20:08:38 -0700 (Wed, 13 Feb 2013)
New Revision: 413

Modified:
   trunk/modules/conf/confmaker.pl
Log:
correction of missing semicolon


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2013-02-05 13:26:39 UTC (rev 412)
+++ trunk/modules/conf/confmaker.pl	2013-02-14 03:08:38 UTC (rev 413)
@@ -47,7 +47,7 @@
 if (scalar(@ARGV) < 1) {
     print "\nconfmaker.pl -- - provides a initial conf file for a new module by analysing  given OSIS xml file. \n Syntax: confmaker.pl <osis XML file> [-o conf output file] \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 no -o option is specified <STDOUT> is used.\n";
     print "- The script can currently produce a valid conf file for OSIS bibles, but not for any other import formats.\n";
     exit (-1);
 }




More information about the sword-cvs mailing list