rename osrm_input_path to osrm_path, clang-format
This commit is contained in:
committed by
Daniel J. H
parent
1b31099f73
commit
67fae1d1f0
@@ -114,7 +114,7 @@ return_code parseArguments(int argc, char *argv[], partition::PartitionConfig &c
|
||||
boost::program_options::options_description hidden_options("Hidden options");
|
||||
hidden_options.add_options()(
|
||||
"input,i",
|
||||
boost::program_options::value<boost::filesystem::path>(&config.osrm_input_path),
|
||||
boost::program_options::value<boost::filesystem::path>(&config.osrm_path),
|
||||
"Input file in .osrm format");
|
||||
|
||||
// positional option
|
||||
|
||||
Reference in New Issue
Block a user