fix path typo
This commit is contained in:
parent
92196dc207
commit
2a1c24763d
@ -200,7 +200,7 @@ int main (int argc, char *argv[]) {
|
||||
"s";
|
||||
|
||||
SimpleLogger().Write() << "To prepare the data for routing, run: "
|
||||
<< "osrm-prepare " << output_file_name << std::endl;
|
||||
<< "./osrm-prepare " << output_file_name << std::endl;
|
||||
|
||||
} catch(boost::program_options::too_many_positional_options_error& e) {
|
||||
SimpleLogger().Write(logWARNING) << "Only one input file can be specified";
|
||||
|
Loading…
Reference in New Issue
Block a user