Fixes default profile symlink not being available
Adaption for b8e13d9b
- people are running into this.
This commit is contained in:
parent
06ef3053de
commit
813e16b9b4
@ -35,7 +35,7 @@ return_code parseArguments(int argc, char *argv[], extractor::ExtractorConfig &e
|
|||||||
config_options.add_options()(
|
config_options.add_options()(
|
||||||
"profile,p",
|
"profile,p",
|
||||||
boost::program_options::value<boost::filesystem::path>(&extractor_config.profile_path)
|
boost::program_options::value<boost::filesystem::path>(&extractor_config.profile_path)
|
||||||
->default_value("profile.lua"),
|
->default_value("profiles/car.lua"),
|
||||||
"Path to LUA routing profile")(
|
"Path to LUA routing profile")(
|
||||||
"threads,t",
|
"threads,t",
|
||||||
boost::program_options::value<unsigned int>(&extractor_config.requested_num_threads)
|
boost::program_options::value<unsigned int>(&extractor_config.requested_num_threads)
|
||||||
|
Loading…
Reference in New Issue
Block a user