Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove -m parameter from routed as it conflicts. Use the long names i…
Browse files Browse the repository at this point in the history
…nstead.
TheMarex committed Nov 18, 2015

Verified

This commit was signed with the committer’s verified signature.
lucasssvaz Lucas Saavedra Vaz
1 parent 673bf35 commit 419870a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/routed_options.hpp
Original file line number Diff line number Diff line change
@@ -184,10 +184,10 @@ inline unsigned GenerateServerProgramOptions(const int argc,
"shared-memory,s",
boost::program_options::value<bool>(&use_shared_memory)->implicit_value(true),
"Load data from shared memory")(
"max-table-size,m",
"max-table-size",
boost::program_options::value<int>(&max_locations_distance_table)->default_value(100),
"Max. locations supported in distance table query")(
"max-matching-size,m",
"max-matching-size",
boost::program_options::value<int>(&max_locations_map_matching)->default_value(2),
"Max. locations supported in map matching query");

0 comments on commit 419870a

Please sign in to comment.