Commit 0dfa89ba authored by Fujii Masao's avatar Fujii Masao

Replace reference to "xlog-method" with "wal-method" in error message.

Commit 62e8b387 renamed "--xlog-method" option for pg_basebackup to
"--wal-method", but forgot to update the error message mentioning that option.
parent 0ede57a1
......@@ -2170,7 +2170,7 @@ main(int argc, char **argv)
else
{
fprintf(stderr,
_("%s: invalid xlog-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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment