From 4a28225df6818b66786a5f06bb46c7a056bd9f43 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 18 Aug 2016 18:20:55 -0400 Subject: [PATCH] [fix] name --- scripts/geodata/osm/intersections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/geodata/osm/intersections.py b/scripts/geodata/osm/intersections.py index 3d01948c..210ffcd4 100644 --- a/scripts/geodata/osm/intersections.py +++ b/scripts/geodata/osm/intersections.py @@ -182,9 +182,9 @@ if __name__ == '__main__': required=True, help='Path to planet-ways-latlons.osm') - parser.add_argument('--ways-db-dir', + parser.add_argument('--db-dir', required=True, - help='Path to temporary ways db') + help='Path to temporary db') parser.add_argument('-o', '--out-dir', default=os.getcwd(),