Skip to content
Snippets Groups Projects
Commit 00fad9f6 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Format pg_upgrade --version in line with conventions

parent 4c78846c
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
}
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
{
pg_log(PG_REPORT, "pg_upgrade " PG_VERSION "\n");
puts("pg_upgrade (PostgreSQL) " PG_VERSION);
exit(0);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment