1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Add some enumeration commas, for consistency

This commit is contained in:
Peter Eisentraut
2012-02-24 11:04:45 +02:00
parent 173e29aa5d
commit 9cfd800aab
11 changed files with 15 additions and 15 deletions

View File

@@ -1245,7 +1245,7 @@ main(int argc, char **argv)
streamwal = true;
else
{
fprintf(stderr, _("%s: invalid xlog option \"%s\", must be empty, \"fetch\" or \"stream\"\n"),
fprintf(stderr, _("%s: invalid xlog option \"%s\", must be empty, \"fetch\", or \"stream\"\n"),
progname, optarg);
exit(1);
}