File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Generic options:
55
55
56
56
Read the website for details. <https://github.com/michaelpq/pg_rman>
57
57
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
58
- pg_rman 1.2.6
58
+ pg_rman 1.3dev
59
59
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
60
60
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)
61
61
ERROR: Required parameter not specified: ARCLOG_PATH (-A, --arclog-path)
Original file line number Diff line number Diff line change 14
14
#include <time.h>
15
15
#include <sys/stat.h>
16
16
17
- const char * PROGRAM_VERSION = "1.2.6 " ;
17
+ const char * PROGRAM_VERSION = "1.3dev " ;
18
18
const char * PROGRAM_URL = "https://github.com/michaelpq/pg_rman" ;
19
19
const char * PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues" ;
20
20
You can’t perform that action at this time.
0 commit comments