Fix help texts and .nbg_to_ebg -> .cnbg_to_ebg
This commit is contained in:
committed by
Patrick Niklaus
parent
e20cbf673f
commit
886421b43a
@@ -46,11 +46,6 @@ return_code parseArguments(int argc, char *argv[], extractor::ExtractorConfig &e
|
||||
->implicit_value(true)
|
||||
->default_value(false),
|
||||
"Generate a lookup table for internal edge-expanded-edge IDs to OSM node pairs")(
|
||||
"dump-partition-graph",
|
||||
boost::program_options::bool_switch(&extractor_config.dump_compressed_node_based_graph)
|
||||
->implicit_value(true)
|
||||
->default_value(false),
|
||||
"Generate a partitionable graph file (.cnbg) for use with osrm-partition")(
|
||||
"small-component-size",
|
||||
boost::program_options::value<unsigned int>(&extractor_config.small_component_size)
|
||||
->default_value(1000),
|
||||
|
||||
Reference in New Issue
Block a user