summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2015-07-29 23:39:00 +0000
committerPeter von Kaehne <refdoc@gmx.net>2015-07-29 23:39:00 +0000
commit839e6f41652b84fa82e727b6b8da2e0eeae22299 (patch)
tree4a044fc11df3ac49690c85d85268f9142dc6102b
parentedc069db942f0834d21398c7b82870aeb9910d87 (diff)
downloadsword-tools-839e6f41652b84fa82e727b6b8da2e0eeae22299.tar.gz
corrected usage message
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@500 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index a9e5a15..8b9e229 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -46,7 +46,7 @@ binmode (STDOUT,":utf8");
## 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";