linux...@gmail.com
unread,Aug 3, 2014, 8:55:45 PM8/3/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spatiali...@googlegroups.com
While updating the Debian package for the spatialite-tools 4.2.0 release I noticed a minor typo in the help text for spatialite_xml_print, the following patch fixes it. I unfortunately didn't get around to updating the packaging with RC0 to catch this earlier.
diff --git a/spatialite_xml_print.c b/spatialite_xml_print.c
index 8c155a0..f0b1aef 100644
--- a/spatialite_xml_print.c
+++ b/spatialite_xml_print.c
@@ -926,7 +926,7 @@ do_help ()
fprintf (stderr,
"-d or --db-path pathname the SpatiaLite DB [INPUT] path\n\n");
fprintf (stderr,
- "-x or --xml-path pathname the XML file [OUUPUT] path\n");
+ "-x or --xml-path pathname the XML file [OUTPUT] path\n");
fprintf (stderr,
"-cs or --cache-size num DB cache size (how many pages)\n");
fprintf (stderr,