summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorsingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-03-03 11:21:01 +0000
committersingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-03-03 11:21:01 +0000
commit809c64045fadd3a103801d0978a7e5fee703c05c (patch)
treeec5bb0b27e74b9b34bfa8d23dd28a38b1fbef97f /man
parentce1d99d7149bd27248f99123de746cf80956a063 (diff)
downloadnavit-809c64045fadd3a103801d0978a7e5fee703c05c.tar.gz
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
Diffstat (limited to 'man')
-rw-r--r--man/osm2navit.126
1 files changed, 13 insertions, 13 deletions
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) <connect string>
+\-d (\-\-db) <connect string>
get osm data out of a postgresql database with osm simple scheme and given connect string
.TP
-\-e (--end) <phase>
+\-e (\-\-end) <phase>
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) <phase>
+\-s (\-\-start) <phase>
start at specified phase
.TP
-\-i (--input-file) <file>
+\-i (\-\-input-file) <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) <level>
+\-z (\-\-compression-level) <level>
set the compression level
.SH BUGS
Should you find one, please report it :