File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ help_pg_probackup(void)
125125 printf (_ ("\n %s validate -B backup-dir [--instance=instance_name]\n" ), PROGRAM_NAME );
126126 printf (_ (" [-i backup-id] [--progress]\n" ));
127127 printf (_ (" [--time=time|--xid=xid [--inclusive=boolean]]\n" ));
128+ printf (_ (" [--recovery-target-name=target-name]\n" ));
128129 printf (_ (" [--timeline=timeline]\n" ));
129130
130131 printf (_ ("\n %s show -B backup-dir\n" ), PROGRAM_NAME );
@@ -332,6 +333,8 @@ help_validate(void)
332333 printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
333334 printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));
334335 printf (_ (" --timeline=timeline recovering into a particular timeline\n" ));
336+ printf (_ (" --recovery-target-name=target-name\n" ));
337+ printf (_ (" the named restore point to which recovery will proceed\n" ));
335338
336339 printf (_ ("\n Logging options:\n" ));
337340 printf (_ (" --log-level-console=log-level-console\n" ));
You can’t perform that action at this time.
0 commit comments