From: Peter Eisentraut Date: Wed, 14 Jun 2017 18:43:54 +0000 (-0400) Subject: Add missing serial comma X-Git-Tag: REL_10_BETA2~146 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4e88fe8f8f148a45feacb50c2eaed9ca9ddea8bb;p=postgresql.git Add missing serial comma --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 3d6fce2e348..54d27dc658a 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -2183,7 +2183,7 @@ main(int argc, char **argv) else { fprintf(stderr, - _("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"), + _("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"\n"), progname, optarg); exit(1); }