Skip to content

Commit 0dcf945

Browse files
authored
change recommended pipeline info text (#7035)
1 parent 60bc6ec commit 0dcf945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extractor/extractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
343343
util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second
344344
<< " edges/sec";
345345
util::Log() << "To prepare the data for routing, run: "
346-
<< "./osrm-contract " << config.base_path;
346+
<< "./osrm-partition " << config.base_path;
347347

348348
return 0;
349349
}

0 commit comments

Comments
 (0)