Small fix
This commit is contained in:
parent
9b5ddf0c55
commit
ee1ffd93b4
@ -46,7 +46,7 @@ return_code parseArguments(int argc,
|
|||||||
boost::program_options::value<unsigned int>(&contractor_config.requested_num_threads)
|
boost::program_options::value<unsigned int>(&contractor_config.requested_num_threads)
|
||||||
->default_value(std::thread::hardware_concurrency()),
|
->default_value(std::thread::hardware_concurrency()),
|
||||||
"Number of threads to use")(
|
"Number of threads to use")(
|
||||||
"core,k",
|
"segment-speed-file",
|
||||||
boost::program_options::value<std::vector<std::string>>(
|
boost::program_options::value<std::vector<std::string>>(
|
||||||
&contractor_config.updater_config.segment_speed_lookup_paths)
|
&contractor_config.updater_config.segment_speed_lookup_paths)
|
||||||
->composing(),
|
->composing(),
|
||||||
|
Loading…
Reference in New Issue
Block a user