Skip to content

Commit 0f0e961

Browse files
committed
[Issue #79]: remove partial validate from help
1 parent eb9436b commit 0f0e961

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/help.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ help_pg_probackup(void)
156156
printf(_(" [--recovery-target-timeline=timeline]\n"));
157157
printf(_(" [--recovery-target-name=target-name]\n"));
158158
printf(_(" [--skip-block-validation]\n"));
159-
printf(_(" [--db-include | --db-exclude]\n"));
160159
printf(_(" [--help]\n"));
161160

162161
printf(_("\n %s checkdb [-B backup-path] [--instance=instance_name]\n"), PROGRAM_NAME);
@@ -447,7 +446,6 @@ help_validate(void)
447446
printf(_(" [--recovery-target-timeline=timeline]\n"));
448447
printf(_(" [--recovery-target-name=target-name]\n"));
449448
printf(_(" [--skip-block-validation]\n\n"));
450-
printf(_(" [--db-include dbname | --db-exclude dbname]\n"));
451449

452450
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
453451
printf(_(" --instance=instance_name name of the instance\n"));
@@ -466,10 +464,6 @@ help_validate(void)
466464
printf(_(" the named restore point to which recovery will proceed\n"));
467465
printf(_(" --skip-block-validation set to validate only file-level checksum\n"));
468466

469-
printf(_("\n Partial validation options:\n"));
470-
printf(_(" --db-include dbname validate only files of specified databases\n"));
471-
printf(_(" --db-exclude dbname do not validate files of specified databases\n"));
472-
473467
printf(_("\n Logging options:\n"));
474468
printf(_(" --log-level-console=log-level-console\n"));
475469
printf(_(" level for console logging (default: info)\n"));

0 commit comments

Comments
 (0)