From d7b4b5662cd3310ca1d5abbcebfe9ecc889869ba Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Thu, 14 Feb 2013 03:08:38 +0000 Subject: correction of missing semicolon git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@413 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/conf') diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl index 4ae23c5..55d0478 100755 --- a/modules/conf/confmaker.pl +++ b/modules/conf/confmaker.pl @@ -47,7 +47,7 @@ binmode (STDOUT,":utf8"); 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 [-o conf output file] \n"; print "- Arguments in braces < > are required. Arguments in brackets [ ] are optional.\n"; - print "- If no -o option is specified is used.\n" + print "- If no -o option is specified 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); } -- cgit