Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-07-02 12:24:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:36 +0300
commitfd8df1bb88b4d60cdb588d947f23c3c67aa6c8ad (patch)
tree74d14c2903037deb8e3826e82c22e696954e0bef /tools
parent5707a69a7d8b502ea1780b612d8974aa03fd5821 (diff)
[generator] Update help text in generate_mwm.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_mwm.sh13
1 files changed, 10 insertions, 3 deletions
diff --git a/tools/unix/generate_mwm.sh b/tools/unix/generate_mwm.sh
index 5173016872..57db60fa25 100755
--- a/tools/unix/generate_mwm.sh
+++ b/tools/unix/generate_mwm.sh
@@ -18,10 +18,17 @@
set -u
if [ $# -lt 1 ]; then
- echo ''
+ echo
echo "Usage: $0 \<file.o5m/bz2\> [\<routing_profile.lua\>]"
- echo ''
- exit 0
+ echo
+ echo "Useful environment variables:"
+ echo
+ echo -e "BORDERS_PATH\tPath to *.poly files for cross-mwm routing"
+ echo -e "BORDER\tPath and name of a polygon file for the input"
+ echo -e "COASTS\tPath and name of WorldCoasts.mwm.tmp"
+ echo -e "TARGET\tWhere to put resulting files"
+ echo
+ exit 1
fi
fail() {