We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bc6ec commit 0dcf945Copy full SHA for 0dcf945
src/extractor/extractor.cpp
@@ -343,7 +343,7 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
343
util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second
344
<< " edges/sec";
345
util::Log() << "To prepare the data for routing, run: "
346
- << "./osrm-contract " << config.base_path;
+ << "./osrm-partition " << config.base_path;
347
348
return 0;
349
}
0 commit comments