[sword-svn] r2319 - trunk/utilities
chrislit at crosswire.org
chrislit at crosswire.org
Fri Apr 10 15:46:57 MST 2009
Author: chrislit
Date: 2009-04-10 15:46:57 -0700 (Fri, 10 Apr 2009)
New Revision: 2319
Modified:
trunk/utilities/osis2mod.cpp
Log:
fixed formatting of usage statement
Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp 2009-04-10 21:22:16 UTC (rev 2318)
+++ trunk/utilities/osis2mod.cpp 2009-04-10 22:46:57 UTC (rev 2319)
@@ -1193,8 +1193,9 @@
fprintf(stderr, " -c <cipher_key>\t encipher module using supplied key\n");
fprintf(stderr, "\t\t\t\t (default no enciphering)\n");
fprintf(stderr, " -N\t\t\t Do not convert UTF-8 or normalize UTF-8 to NFC\n");
- fprintf(stderr, "\t\t\t\t (default is to convert to UTF-8, if needed, and then normalize to NFC");
- fprintf(stderr, "\t\t\t\t Note: all UTF-8 texts should be normalized to NFC\n");
+ fprintf(stderr, "\t\t\t\t (default is to convert to UTF-8, if needed,\n");
+ fprintf(stderr, "\t\t\t\t and then normalize to NFC)\n");
+ fprintf(stderr, "\t\t\t\t Note: UTF-8 texts should be normalized to NFC.\n");
fprintf(stderr, " -v <v11n> use versification scheme other than KJV.\n\n");
exit(-1);
}
More information about the sword-cvs
mailing list