Use correct homepage link in pg_repack --help

Also fixed punctuation in help.
This commit is contained in:
Daniele Varrazzo 2012-11-15 11:53:00 +00:00
parent b728d7b9dd
commit 292e00835e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* @brief Client Modules
*/
const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
const char *PROGRAM_URL = "http://reorg.github.com/pg_repack";
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
#ifdef REPACK_VERSION

View File

@ -686,7 +686,7 @@ help(bool details)
{
printf("\n");
if (PROGRAM_URL)
printf("Read the website for details. <%s>\n", PROGRAM_URL);
printf("Read the website for details: <%s>.\n", PROGRAM_URL);
if (PROGRAM_EMAIL)
printf("Report bugs to <%s>.\n", PROGRAM_EMAIL);
}