File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ Generic options:
53
53
--help show this help, then exit
54
54
--version output version information, then exit
55
55
56
- Read the website for details. <http ://code.google. com/p/pg-rman/ >
57
- Report bugs to <http ://code.google. com/p/pg-rman /issues/list >.
56
+ Read the website for details. <https ://github. com/michaelpq/pg_rman >
57
+ Report bugs to <https ://github. com/michaelpq/pg_rman /issues>.
58
58
pg_rman 1.2.6
59
59
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
60
60
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)
Original file line number Diff line number Diff line change 15
15
#include <sys/stat.h>
16
16
17
17
const char * PROGRAM_VERSION = "1.2.6" ;
18
- const char * PROGRAM_URL = "http ://code.google. com/p/pg-rman/ " ;
19
- const char * PROGRAM_EMAIL = "http ://code.google. com/p/pg-rman /issues/list " ;
18
+ const char * PROGRAM_URL = "https ://github. com/michaelpq/pg_rman " ;
19
+ const char * PROGRAM_EMAIL = "https ://github. com/michaelpq/pg_rman /issues" ;
20
20
21
21
/* path configuration */
22
22
char * backup_path ;
You can’t perform that action at this time.
0 commit comments