[sword-svn] r512 - trunk/modules/misc_cleanup
refdoc at crosswire.org
refdoc at crosswire.org
Fri May 19 01:00:26 MST 2017
Author: refdoc
Date: 2017-05-19 01:00:25 -0700 (Fri, 19 May 2017)
New Revision: 512
Modified:
trunk/modules/misc_cleanup/usfm_charmap.pl
Log:
typo in output
Modified: trunk/modules/misc_cleanup/usfm_charmap.pl
===================================================================
--- trunk/modules/misc_cleanup/usfm_charmap.pl 2017-02-21 09:20:39 UTC (rev 511)
+++ trunk/modules/misc_cleanup/usfm_charmap.pl 2017-05-19 08:00:25 UTC (rev 512)
@@ -43,7 +43,7 @@
## Obtain arguments
if (scalar(@ARGV) < 1) {
- print "\nusfm_charmap.pl <osisfile> [-o outputfile]\n\n";
+ print "\nusfm_charmap.pl <usfmfile> [-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 <STDOUT>.\n";
@@ -60,7 +60,7 @@
select(OUTF);
}
-## Initialise OSIS file
+## Initialise USFM file
open INF, "<:utf8",$file;
my @doc = <INF>;
close INF;
More information about the sword-cvs
mailing list