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:
parent
90c2f645f6
commit
a8f98e9e27
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user