[sword-svn] r2420 - trunk/utilities
chrislit at crosswire.org
chrislit at crosswire.org
Wed May 27 18:46:43 MST 2009
Author: chrislit
Date: 2009-05-27 18:46:42 -0700 (Wed, 27 May 2009)
New Revision: 2420
Modified:
trunk/utilities/osis2mod.cpp
Log:
fixed output for 80 col displays to prevent linewrap
added a small note about support for bitwise &ing debug flags
Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp 2009-05-23 12:59:46 UTC (rev 2419)
+++ trunk/utilities/osis2mod.cpp 2009-05-28 01:46:42 UTC (rev 2420)
@@ -1272,7 +1272,7 @@
fprintf(stderr, "\t\t\t\t\t0 - no debugging\n");
fprintf(stderr, "\t\t\t\t\t1 - writes to module, very verbose\n");
fprintf(stderr, "\t\t\t\t\t2 - verse start and end\n");
- fprintf(stderr, "\t\t\t\t\t4 - quotes, especially Words of Christ (WOC)\n");
+ fprintf(stderr, "\t\t\t\t\t4 - quotes, esp. Words of Christ\n");
fprintf(stderr, "\t\t\t\t\t8 - titles\n");
fprintf(stderr, "\t\t\t\t\t16 - inter-verse material\n");
fprintf(stderr, "\t\t\t\t\t32 - BSP to BCV transformations\n");
@@ -1280,7 +1280,8 @@
fprintf(stderr, "\t\t\t\t\t128 - parsing of osisID and osisRef\n");
fprintf(stderr, "\t\t\t\t\t256 - internal stack\n");
fprintf(stderr, "\t\t\t\t\t512 - miscellaneous\n");
- fprintf(stderr, "\t\t\t\t This flag can be used more than once.\n");
+ fprintf(stderr, "\t\t\t\t This argument can be used more than once. (Or\n");
+ fprintf(stderr, "\t\t\t\t the flags may be added together.)\n");
fprintf(stderr, "\n");
fprintf(stderr, "See http://www.crosswire.org/wiki/osis2mod for more details.\n");
fprintf(stderr, "\n");
More information about the sword-cvs
mailing list