mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
parent
d0abe78d84
commit
fef819ac53
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue