Add missing serial comma

This commit is contained in:
Peter Eisentraut 2017-06-14 14:43:54 -04:00
parent f0cfff9da2
commit 4e88fe8f8f
1 changed files with 1 additions and 1 deletions

View 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);
}