fix manpage
This commit is contained in:
parent
165e651216
commit
d791c3ec1b
|
|
@ -16,14 +16,14 @@ osmpbf-outline - outline the content of an .osm.pbf or .osh.pbf file
|
|||
|
||||
.I osmpbf-outline
|
||||
generates an colored outline an .osm.pbf or .osh.pbf file, revealing its inner structure.
|
||||
It does not decode all information nor does it check for of possible misstakes, but it will
|
||||
warn on some bad misstakes one can make when generating .osm.pbf files.
|
||||
It does not decode all information nor does it check for of possible mistakes, but it will
|
||||
warn on some bad mistakes one can make when generating .osm.pbf files.
|
||||
|
||||
This tool can be used by authors of .osm.pbf readers and writers and is useful to understand
|
||||
the inner blob/block structure of .osm.pbf files.
|
||||
|
||||
Its sourcecode is heavily documented and can be used as a good start on how to read- and write
|
||||
.osm.pbf files with C++
|
||||
Its source code is heavily documented and can be used as a good start on how to read- and
|
||||
write .osm.pbf files with C++.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue