Update "report bugs" line to point to pgsql-bugs.
authorHeikki Linnakangas <[email protected]>
Tue, 16 Dec 2014 19:39:21 +0000 (21:39 +0200)
committerHeikki Linnakangas <[email protected]>
Fri, 16 Jan 2015 11:37:06 +0000 (13:37 +0200)
contrib/pg_rewind/pg_rewind.c

index e08d1eaee6b8b7547423f58a31215e93ea603371..916ce58acc9f5e731d57395c5f1ac06068d4dd99 100644 (file)
@@ -66,7 +66,7 @@ usage(const char *progname)
        printf("  -V, --version  output version information, then exit\n");
        printf("  -?, --help     show this help, then exit\n");
        printf("\n");
-       printf("Report bugs to https://github.com/vmware/pg_rewind.\n");
+       printf("Report bugs to <[email protected]>.\n");
 }