pg_verify_checksums: Fix message punctuation

This commit is contained in:
Peter Eisentraut 2019-05-04 19:39:48 +02:00
parent bf0720233e
commit 506af101f3
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ main(int argc, char *argv[])
if (ControlFile->blcksz != BLCKSZ)
{
fprintf(stderr, _("%s: database cluster is not compatible.\n"),
fprintf(stderr, _("%s: database cluster is not compatible\n"),
progname);
fprintf(stderr, _("The database cluster was initialized with block size %u, but pg_verify_checksums was compiled with block size %u.\n"),
ControlFile->blcksz, BLCKSZ);