[osrm] 04/08: Update osrm-extract manpage

Christopher Baines cbaines-guest at moszumanska.debian.org
Sat Jul 18 11:40:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository osrm.

commit 791ede266f29280064ec483e6b6bf2002e4b7b90
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Jul 18 11:43:27 2015 +0100

    Update osrm-extract manpage
---
 debian/man/osrm-extract.1 | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/man/osrm-extract.1 b/debian/man/osrm-extract.1
index d39a3b0..af711ca 100644
--- a/debian/man/osrm-extract.1
+++ b/debian/man/osrm-extract.1
@@ -3,16 +3,32 @@
 osrm-extract \- generate OSRM routing data from OSM data
 .SH SYNOPSIS
 .B osrm-extract
-.I data
-[profile.lua]
+.I FILE
+[OPTIONS]
 .SH DESCRIPTION
 \fBosrm-extract\fP takes OSM data, ether in a xml file, a bzipped xml or a pbf encoded file. Along with a profile (written in lua). It then creates three files, .osrm which contains the routing data, osrm.restrictions which contains turn restrictions, and .osrm.names which contains the names of the road.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+show version
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show the help message
+.TP
+\fB\-c\fR, \fB\-\-config\fR
+path to a configuration file
+.TP
+\fB\-p\fR, \fB\-\-profile\fR
+path to a Lua routing profile
+.TP
+\fB\-t\fR, \fB\-\-threads\fR
+number of threads to use
+
 .SH PROFILES
-Profiles are written in lua, and describe how the osm data can be routed across. Several profiles are available in /etc/osrm/profiles
+Profiles are written in Lua, and describe how the OSM data can be routed across. Several profiles are available in /etc/osrm/profiles
 .SH EXAMPLES
 Using the data file planet-latest.osm.pbf, and the profile /etc/osrm/profiles/car.lua, you would run:
 
-      osrm-extract planet-latest.osm.pbf /etc/osrm/profiles/car.lua
+      osrm-extract planet-latest.osm.pbf --profile /etc/osrm/profiles/car.lua
 
 This should then generate: planet-latest.osrm planet-latest.osrm.restrictions planet-latest.osrm.names
 The next step is to run the osrm-prepare tool.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osrm.git



More information about the Pkg-grass-devel mailing list