summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSebastian Leske <sebastian.leske@sleske.name>2017-11-02 08:16:18 +0100
committerSebastian Leske <sebastian.leske@sleske.name>2017-11-03 00:04:24 +0100
commitbd3e8e965236d9b2e25231518f864c32a3d74674 (patch)
tree87f69c71cb748b3b84811a487bcc9b20605aad60 /man
parent0621e4d79f5d89518d451969cc6b4b280ff0ab79 (diff)
downloadnavit-bd3e8e965236d9b2e25231518f864c32a3d74674.tar.gz
Fix:maptool:Remove option -5 (MD5 checksum) from maptool
Remove option -5 from maptool, which calculates the MD5 checksum for the created binfile. The MD5 sum can also be calculated later, and removing it allows us to remove the dependency on OpenSSL (see trac 1350).
Diffstat (limited to 'man')
-rw-r--r--man/maptool.17
1 files changed, 2 insertions, 5 deletions
diff --git a/man/maptool.1 b/man/maptool.1
index 4112d0b15..8705f648e 100644
--- a/man/maptool.1
+++ b/man/maptool.1
@@ -4,13 +4,13 @@ maptool \- parse osm textfile and convert to Navit binfile format
.SH SYNOPSIS
.B For OSM XML data:
.B bzcat planet.osm.bz2 | maptool mymap.bin
-[\-h] [\-5 <file>] [\-6] [\-a <level>] [\-c] -[\-d <connect string]
+[\-h] [\-6] [\-a <level>] [\-c] -[\-d <connect string]
[\-e <phase>] [\-i <file>] [\-k] [\-M] [\-N] [\-o] [\-r <file>] [\-s <phase>]
[\-S <size>] [\-w] [\-W] [\-U] [\-z <level>]
.B For OSM Protobuf/PBF data:
.B maptool \-\-protobuf \-i planet.osm.pbf planet.bin
-[\-h] [\-5 <file>] [\-6] [\-a <level>] [\-c] [\-e <phase>]
+[\-h] [\-6] [\-a <level>] [\-c] [\-e <phase>]
[\-i <file>] [\-k] [\-M] [\-N] [\-o] [\-P] [\-r <file>] [\-s <phase>]
[\-S <size>] [\-w] [\-W] [\-U] [\-z <level>]
.SH DESCRIPTION
@@ -20,9 +20,6 @@ maptool parses osm textfile and converts it to Navit binfile format
\-h (\-\-help)
display a short help message
.TP
-\-5 (\-\-md5)
-set file where to write md5 sum
-.TP
\-6 (\-\-64bit)
set zip 64 bit compression
.TP