Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Apr 2020 08:13:25 +0000 (10:13 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Apr 2020 08:13:25 +0000 (10:13 +0200)
from 927474ce1a2

src/bin/pg_rewind/pg_rewind.c

index 633955f7be5d50440f5456d8f651538b937ce1f1..eb030aa474c7422e7f92da1b8c7fe4e250e84c3f 100644 (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);
    }