from 927474ce1a
This commit is contained in:
Peter Eisentraut 2020-04-29 10:13:25 +02:00
parent d0abe78d84
commit fef819ac53
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ main(int argc, char **argv)
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);
exit(1);
}