Hi all, Marko Mäkelä schreef: > "on on" should be "or on"
Fixed (see attachment) >> + Please note: if you use splitter.jar to build a template.args file >> + and use -c template.args, then that file may contain a [...] > I think that this is a general remark that would better be documented with > the -c option, something like this: I think your explanation to the -c is very useful, too. > Please feel free to improve the wording. I wouldn't mention splitter.jar > in the help text, because the config file may be edited by hand. I agree. However, the "--description" not working gave me headaches, that's why I mentioned it at the --description description. Revised (and combined) patch attached. Better? Valentijn
Index: resources/help/en/options =================================================================== --- resources/help/en/options (revision 1144) +++ resources/help/en/options (working copy) @@ -26,6 +26,10 @@ line can be used, however you omit the leading '--'. The short option names with a single '-' cannot be used, simply use the long name instead. + Note: mkgmap will process options from left to right. Options given + in the command line after "-c filename" will override any options + given in the file. Likewise, command line options specified before + "-c filename" will be overridden by the option file. -n name --mapname=name @@ -36,7 +40,10 @@ --description=text Sets the descriptive text for the map. This may be displayed in - QLandkarte, MapSource on on a GPS etc. + QLandkarte, MapSource or on a GPS etc, where it is normally shown + below the family name. Example: --description="Germany, Denmark" + Please note: if you use "-c template.args", then that file may + contain a "description" that will override this option. --country-name=name Sets the map's country name. The default is "COUNTRY".
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
