1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

pg_basebackup: Small message punctuation improvements

This commit is contained in:
Peter Eisentraut
2012-12-19 07:01:11 -05:00
parent 9ac749ceb5
commit 6925e38dad
2 changed files with 5 additions and 5 deletions

View File

@@ -1136,7 +1136,7 @@ BaseBackup(void)
if (verbose)
fprintf(stderr,
_("%s: waiting for background process to finish streaming...\n"), progname);
_("%s: waiting for background process to finish streaming ...\n"), progname);
#ifndef WIN32
if (write(bgpipe[1], xlogend, strlen(xlogend)) != strlen(xlogend))
@@ -1443,7 +1443,7 @@ main(int argc, char **argv)
if (format != 'p' && streamwal)
{
fprintf(stderr,
_("%s: wal streaming can only be used in plain mode\n"),
_("%s: WAL streaming can only be used in plain mode\n"),
progname);
fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
progname);