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

@ -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);
}