We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b728d7b commit 292e008Copy full SHA for 292e008
bin/pg_repack.c
@@ -10,7 +10,7 @@
10
* @brief Client Modules
11
*/
12
13
-const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
+const char *PROGRAM_URL = "http://reorg.github.com/pg_repack";
14
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
15
16
#ifdef REPACK_VERSION
bin/pgut/pgut-fe.c
@@ -686,7 +686,7 @@ help(bool details)
686
{
687
printf("\n");
688
if (PROGRAM_URL)
689
- printf("Read the website for details. <%s>\n", PROGRAM_URL);
+ printf("Read the website for details: <%s>.\n", PROGRAM_URL);
690
if (PROGRAM_EMAIL)
691
printf("Report bugs to <%s>.\n", PROGRAM_EMAIL);
692
}
0 commit comments