Skip to content

Commit 02fd187

Browse files
author
Aleksandr Parfenov
committed
Add help message for --no-validate
1 parent 93e85cb commit 02fd187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/help.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ help_restore(void)
265265
printf(_(" [--timeline=timeline] [-T OLDDIR=NEWDIR]\n"));
266266
printf(_(" [--immediate] [--recovery-target-name=target-name]\n"));
267267
printf(_(" [--recovery-target-action=pause|promote|shutdown]\n"));
268-
printf(_(" [--restore-as-replica]\n\n"));
268+
printf(_(" [--restore-as-replica] [--no-validate]\n\n"));
269269

270270
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
271271
printf(_(" --instance=instance_name name of the instance\n"));
@@ -282,6 +282,7 @@ help_restore(void)
282282
printf(_(" relocate the tablespace from directory OLDDIR to NEWDIR\n"));
283283

284284
printf(_(" --immediate end recovery as soon as a consistent state is reached\n"));
285+
printf(_(" --no-validate disable backup validation during recovery\n"));
285286
printf(_(" --recovery-target-name=target-name\n"));
286287
printf(_(" the named restore point to which recovery will proceed\n"));
287288
printf(_(" --recovery-target-action=pause|promote|shutdown\n"));

0 commit comments

Comments
 (0)