Skip to content

Commit

Permalink
#1878 - Add example for input file (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jan 30, 2020
1 parent 2b06bd2 commit 1a994b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphhopper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function printBashUsage {
echo "-fd| --force-download force the download of the OSM data file if needed"
echo "-h | --help display this message"
echo "--host <host> specify to which host the service should be bound"
echo "-i | --input <file> path to the input map file or name of the file to download"
echo "-i | --input <file> path to the input map file or name of the file to download. To download from geofabrik don't append 'latest.osm' and use _ instead of /, e.g. europe_ireland-and-northern-ireland.pbf"
echo "--jar <file> specify the jar file (useful if you want to reuse this script for custom builds)"
echo "-o | --graph-cache <dir> directory for graph cache output"
echo "-p | --profiles <string> comma separated list of vehicle profiles"
Expand Down

0 comments on commit 1a994b8

Please sign in to comment.