Add missing serial comma
authorPeter Eisentraut <[email protected]>
Wed, 14 Jun 2017 18:43:54 +0000 (14:43 -0400)
committerPeter Eisentraut <[email protected]>
Wed, 14 Jun 2017 18:43:54 +0000 (14:43 -0400)
src/bin/pg_basebackup/pg_basebackup.c

index 3d6fce2e348cee602b4ebe6a884cd3fdaeec26cf..54d27dc658ae85a28fa4a01c61f79354e2c3a037 100644 (file)
@@ -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);
                }