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.
2 parents 53fd9cc + 62f77d3 commit c588f5aCopy full SHA for c588f5a
src/command-line-parser.cpp
@@ -259,7 +259,7 @@ void check_options_expire(options_t *options) {
259
260
void print_version()
261
{
262
- fmt::print(stderr, "osm2pgsql version {}", get_osm2pgsql_version());
+ fmt::print(stderr, "osm2pgsql version {}\n", get_osm2pgsql_version());
263
fmt::print(stderr, "Build: {}\n", get_build_type());
264
fmt::print(stderr, "Compiled using the following library versions:\n");
265
fmt::print(stderr, "Libosmium {}\n", LIBOSMIUM_VERSION_STRING);
0 commit comments