Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fef819a

Browse files
committed
Fix typo
from 927474c
1 parent d0abe78 commit fef819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/pg_rewind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ main(int argc, char **argv)
225225

226226
if (writerecoveryconf && connstr_source == NULL)
227227
{
228-
pg_log_error("no source server information (--source--server) specified for --write-recovery-conf");
228+
pg_log_error("no source server information (--source-server) specified for --write-recovery-conf");
229229
fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname);
230230
exit(1);
231231
}

0 commit comments

Comments
 (0)