Use correct homepage link in pg_repack --help
Also fixed punctuation in help.
This commit is contained in:
parent
b728d7b9dd
commit
292e00835e
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user