changeset 2411:d610de6baab1

Update help.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Nov 2021 15:45:57 +0200
parents d3950686f759
children 218af640851e
files src/mkloc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mkloc.c	Wed Nov 10 12:07:08 2021 +0200
+++ b/src/mkloc.c	Thu Nov 11 15:45:57 2021 +0200
@@ -65,14 +65,14 @@
     { 4, 'g', "getloc",      "Generate/update location info", OPT_NONE },
     { 7, 'x', "offset-x",    "Location X offset", OPT_ARGREQ },
     { 8, 'y', "offset-y",    "Location Y offset", OPT_ARGREQ },
+    { 21,'c', "continent",   "Location continent", OPT_ARGREQ },
     { 9, 's', "scale",       "Scale coordinates by", OPT_ARGREQ },
     { 12,'f', "font-scale",  "(-S) Font scale factor", OPT_ARGREQ },
     { 13,'u', "unit-size",   "(-S) Unit size", OPT_ARGREQ },
     { 10,'S', "out-script",  "Output script for ImageMagick", OPT_NONE },
     { 11,'L', "out-locinfo", "Output location info file", OPT_NONE },
     { 17,'M', "out-maploc",  "Output MapLoc HTML", OPT_NONE },
-    { 20,'G', "out-gmaps",   "Output GMaps data (xml, overlay, labels)", OPT_ARGREQ },
-    { 21,'c', "continent",   "Continent for GMaps XML output", OPT_ARGREQ },
+    { 20,'G', "out-gmaps",   "Output location data in Batclient XML or GMaps JSON format", OPT_ARGREQ },
     { 15,'n', "no-labels",   "No labels, only markers", OPT_NONE },
     { 16,'N', "no-adjust",   "No label adjustment", OPT_NONE },
     { 18,'t', "type-prefix", "Prepend labels with type prefix", OPT_NONE },