Commit fef819ac authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

from 927474ce
parent d0abe78d
...@@ -225,7 +225,7 @@ main(int argc, char **argv) ...@@ -225,7 +225,7 @@ main(int argc, char **argv)
if (writerecoveryconf && connstr_source == NULL) if (writerecoveryconf && connstr_source == NULL)
{ {
pg_log_error("no source server information (--source--server) specified for --write-recovery-conf"); pg_log_error("no source server information (--source-server) specified for --write-recovery-conf");
fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname); fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname);
exit(1); 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