Skip to content

Commit 6eefeeb

Browse files
committed
tests: expected help fixed
1 parent d227155 commit 6eefeeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/expected/option_help.out

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5050
[--master-db=db_name] [--master-host=host_name]
5151
[--master-port=port] [--master-user=user_name]
5252
[--replica-timeout=timeout]
53+
[--skip-block-validation]
5354

5455
pg_probackup restore -B backup-path --instance=instance_name
5556
[-D pgdata-path] [-i backup-id] [--progress]
@@ -59,12 +60,14 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
5960
[--recovery-target-action=pause|promote|shutdown]
6061
[--restore-as-replica]
6162
[--no-validate]
63+
[--skip-block-validation]
6264

6365
pg_probackup validate -B backup-path [--instance=instance_name]
6466
[-i backup-id] [--progress]
6567
[--time=time|--xid=xid|--lsn=lsn [--inclusive=boolean]]
6668
[--recovery-target-name=target-name]
6769
[--timeline=timeline]
70+
[--skip-block-validation]
6871

6972
pg_probackup show -B backup-path
7073
[--instance=instance_name [-i backup-id]]

0 commit comments

Comments
 (0)