From 839e6f41652b84fa82e727b6b8da2e0eeae22299 Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Wed, 29 Jul 2015 23:39:00 +0000 Subject: corrected usage message git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@500 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [-o conf-output-file] [-i conf-input-file] [-m] \n"; + print "Syntax: confmaker.pl [-o ] [-i ] [-m] [-l ]\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 the -m option is used no -i option may be used. -m expects parametres added by other means, e.g. a makefile"; -- cgit