[sword-svn] r3577 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Sun Mar 25 15:59:00 MST 2018


Author: scribe
Date: 2018-03-25 15:59:00 -0700 (Sun, 25 Mar 2018)
New Revision: 3577

Modified:
   trunk/utilities/imp2vs.cpp
Log:
added usage information to imp2vs for new -r option

Modified: trunk/utilities/imp2vs.cpp
===================================================================
--- trunk/utilities/imp2vs.cpp	2018-03-25 22:31:33 UTC (rev 3576)
+++ trunk/utilities/imp2vs.cpp	2018-03-25 22:59:00 UTC (rev 3577)
@@ -59,6 +59,7 @@
 	fprintf(stderr, "\n=== imp2vs (Revision $Rev$) SWORD Bible/Commentary importer.\n");
 	fprintf(stderr, "\nusage: %s <imp_file> [options]\n", progName);
 	fprintf(stderr, "  -a\t\t\t augment module if exists (default is to create new)\n");
+	fprintf(stderr, "  -r\t\t\t replace existing entries (default is to append)\n");
 	fprintf(stderr, "  -z <l|z|b|x>\t\t use compression (default: none):\n");
 	fprintf(stderr, "\t\t\t\t l - LZSS; z - ZIP; b - bzip2; x - xz\n");
 	fprintf(stderr, "  -o <output_path>\t where to write data files.\n");




More information about the sword-cvs mailing list