Skip to content

Commit

Permalink
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.
  • Loading branch information
TheMarex committed Nov 20, 2015
1 parent 783d455 commit 760741a
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
Expand Up @@ -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");

Expand Down

0 comments on commit 760741a

Please sign in to comment.