Remove .restriction reference
This commit is contained in:
parent
a647cb9836
commit
d1c4a26791
@ -28,12 +28,6 @@ parseArguments(int argc, char *argv[], extractor::ExtractorConfig &extractor_con
|
|||||||
// declare a group of options that will be allowed only on command line
|
// declare a group of options that will be allowed only on command line
|
||||||
boost::program_options::options_description generic_options("Options");
|
boost::program_options::options_description generic_options("Options");
|
||||||
generic_options.add_options()("version,v", "Show version")("help,h", "Show this help message")(
|
generic_options.add_options()("version,v", "Show version")("help,h", "Show this help message")(
|
||||||
/*
|
|
||||||
* TODO: re-enable this
|
|
||||||
"restrictions,r",
|
|
||||||
boost::program_options::value<boost::filesystem::path>(&extractor_config.restrictions_path),
|
|
||||||
"Restrictions file in .osrm.restrictions format")(
|
|
||||||
*/
|
|
||||||
"config,c",
|
"config,c",
|
||||||
boost::program_options::value<boost::filesystem::path>(&extractor_config.config_file_path)
|
boost::program_options::value<boost::filesystem::path>(&extractor_config.config_file_path)
|
||||||
->default_value("extractor.ini"),
|
->default_value("extractor.ini"),
|
||||||
|
Loading…
Reference in New Issue
Block a user