Rename locations-cache -> location-cache

This commit is contained in:
Patrick Niklaus
2017-10-19 20:48:10 +00:00
committed by Patrick Niklaus
parent 4684d2e35c
commit a8de007d98
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ return_code parseArguments(int argc,
&extractor_config.location_dependent_data_paths)
->composing(),
"GeoJSON files with location-dependent data")(
"disable-locations-cache",
"disable-location-cache",
boost::program_options::bool_switch(&extractor_config.use_locations_cache)
->implicit_value(false)
->default_value(true),