From 809c64045fadd3a103801d0978a7e5fee703c05c Mon Sep 17 00:00:00 2001 From: singesang Date: Tue, 3 Mar 2009 11:21:01 +0000 Subject: Fix:osm2navit: Unescaped minus signs. Thanks Pini git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2077 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- man/osm2navit.1 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'man') diff --git a/man/osm2navit.1 b/man/osm2navit.1 index b1247dc07..2bb13c6f4 100644 --- a/man/osm2navit.1 +++ b/man/osm2navit.1 @@ -9,43 +9,43 @@ osm2navit \- parse osm textfile and converts to NavIt binfile format osm2navit parses osm textfile and converts to NavIt binfile format .SH OPTIONS .TP -\-h (--help) +\-h (\-\-help) display a short help message .TP -\-N (--nodes-only) +\-N (\-\-nodes-only) process only nodes .TP -\-W (--ways-only) +\-W (\-\-ways-only) process only ways .TP -\-a (--attr-debug-level) +\-a (\-\-attr-debug-level) control which data is included in the debug attribute .TP -\-c (--dump-coordinates) +\-c (\-\-dump-coordinates) dump coordinates after phase 1 .TP -\-d (--db) +\-d (\-\-db) get osm data out of a postgresql database with osm simple scheme and given connect string .TP -\-e (--end) +\-e (\-\-end) end at specified phase .TP -\-k (--keep-tmpfiles) +\-k (\-\-keep-tmpfiles) do not delete tmp files after processing. useful to reuse them .TP -\-o (--coverage) +\-o (\-\-coverage) map every street to item overage .TP -\-s (--start) +\-s (\-\-start) start at specified phase .TP -\-i (--input-file) +\-i (\-\-input-file) specify the input file name (OSM), overrules default stdin .TP -\-w (--dedupe-ways) +\-w (\-\-dedupe-ways) ensure no duplicate ways or nodes. useful when using several input files .TP -\-z (--compression-level) +\-z (\-\-compression-level) set the compression level .SH BUGS Should you find one, please report it : -- cgit v1.2.1