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)
125
125
printf (_ ("\n %s validate -B backup-dir [--instance=instance_name]\n" ), PROGRAM_NAME );
126
126
printf (_ (" [-i backup-id] [--progress]\n" ));
127
127
printf (_ (" [--time=time|--xid=xid [--inclusive=boolean]]\n" ));
128
+ printf (_ (" [--recovery-target-name=target-name]\n" ));
128
129
printf (_ (" [--timeline=timeline]\n" ));
129
130
130
131
printf (_ ("\n %s show -B backup-dir\n" ), PROGRAM_NAME );
@@ -332,6 +333,8 @@ help_validate(void)
332
333
printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
333
334
printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));
334
335
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" ));
335
338
336
339
printf (_ ("\n Logging options:\n" ));
337
340
printf (_ (" --log-level-console=log-level-console\n" ));
You can’t perform that action at this time.
0 commit comments