Skip to content

Commit 292e008

Browse files
committed
Use correct homepage link in pg_repack --help
Also fixed punctuation in help.
1 parent b728d7b commit 292e008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/pg_repack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @brief Client Modules
1111
*/
1212

13-
const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
13+
const char *PROGRAM_URL = "http://reorg.github.com/pg_repack";
1414
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
1515

1616
#ifdef REPACK_VERSION

bin/pgut/pgut-fe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ help(bool details)
686686
{
687687
printf("\n");
688688
if (PROGRAM_URL)
689-
printf("Read the website for details. <%s>\n", PROGRAM_URL);
689+
printf("Read the website for details: <%s>.\n", PROGRAM_URL);
690690
if (PROGRAM_EMAIL)
691691
printf("Report bugs to <%s>.\n", PROGRAM_EMAIL);
692692
}

0 commit comments

Comments
 (0)