From 778a7fcddd35f789f142728d9e3788b9cae1aef1 Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Fri, 19 May 2017 08:00:25 +0000 Subject: typo in output git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@512 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/misc_cleanup/usfm_charmap.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/misc_cleanup/usfm_charmap.pl') diff --git a/modules/misc_cleanup/usfm_charmap.pl b/modules/misc_cleanup/usfm_charmap.pl index 8ae1f9e..305ce94 100755 --- a/modules/misc_cleanup/usfm_charmap.pl +++ b/modules/misc_cleanup/usfm_charmap.pl @@ -43,7 +43,7 @@ binmode (STDOUT,":utf8"); ## Obtain arguments if (scalar(@ARGV) < 1) { - print "\nusfm_charmap.pl [-o outputfile]\n\n"; + print "\nusfm_charmap.pl [-o outputfile]\n\n"; print "- prints a list of characters in text parts of an USFM file, ignoring tags etc\n"; print "- Arguments in braces < > are required. Arguments in brackets [ ] are optional.\n"; print "- If no -o option is specified the output goes to .\n"; @@ -60,7 +60,7 @@ if (@ARGV[1] eq "-o") { select(OUTF); } -## Initialise OSIS file +## Initialise USFM file open INF, "<:utf8",$file; my @doc = ; close INF; -- cgit