Skip to content

Commit 3080228

Browse files
committed
fix: add restore-target-name to validate --help. Submitted by Ludmila Mantrova.
1 parent 7f87c1c commit 3080228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/help.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)