Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e88fe8

Browse files
committed
Add missing serial comma
1 parent f0cfff9 commit 4e88fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@ main(int argc, char **argv)
21832183
else
21842184
{
21852185
fprintf(stderr,
2186-
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
2186+
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"\n"),
21872187
progname, optarg);
21882188
exit(1);
21892189
}

0 commit comments

Comments
 (0)