1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

Update project and bug report URLs

As this project has been forked to github...
This commit is contained in:
Michael Paquier 2013-12-18 19:24:27 +08:00
parent 90c2f645f6
commit a8f98e9e27
2 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@ Generic options:
--help show this help, then exit
--version output version information, then exit
Read the website for details. <http://code.google.com/p/pg-rman/>
Report bugs to <http://code.google.com/p/pg-rman/issues/list>.
Read the website for details. <https://github.com/michaelpq/pg_rman>
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
pg_rman 1.2.6
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)

View File

@ -15,8 +15,8 @@
#include <sys/stat.h>
const char *PROGRAM_VERSION = "1.2.6";
const char *PROGRAM_URL = "http://code.google.com/p/pg-rman/";
const char *PROGRAM_EMAIL = "http://code.google.com/p/pg-rman/issues/list";
const char *PROGRAM_URL = "https://github.com/michaelpq/pg_rman";
const char *PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues";
/* path configuration */
char *backup_path;