change recommended pipeline info text

This commit is contained in:
arnesetzer 2024-09-26 08:43:14 +02:00
parent 203314b1aa
commit d77b04a1a3

View File

@ -353,7 +353,7 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second
<< " edges/sec";
util::Log() << "To prepare the data for routing, run: "
<< "./osrm-contract " << config.base_path;
<< "./osrm-partition " << config.base_path;
return 0;
}