Skip to content

Commit 0dfa89b

Browse files
committed
Replace reference to "xlog-method" with "wal-method" in error message.
Commit 62e8b38 renamed "--xlog-method" option for pg_basebackup to "--wal-method", but forgot to update the error message mentioning that option.
1 parent 0ede57a commit 0dfa89b

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
@@ -2170,7 +2170,7 @@ main(int argc, char **argv)
21702170
else
21712171
{
21722172
fprintf(stderr,
2173-
_("%s: invalid xlog-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
2173+
_("%s: invalid wal-method option \"%s\", must be \"fetch\", \"stream\" or \"none\"\n"),
21742174
progname, optarg);
21752175
exit(1);
21762176
}

0 commit comments

Comments
 (0)