Skip to content

Commit ecd37a7

Browse files
committed
update help
1 parent daa6a02 commit ecd37a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/help.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ help_pg_probackup(void)
143143
printf(_(" [-T OLDDIR=NEWDIR] [--progress]\n"));
144144
printf(_(" [--external-mapping=OLDDIR=NEWDIR]\n"));
145145
printf(_(" [--skip-external-dirs]\n"));
146+
printf(_(" [--db-include | --db-exclude]\n"));
146147
printf(_(" [--remote-proto] [--remote-host]\n"));
147148
printf(_(" [--remote-port] [--remote-path] [--remote-user]\n"));
148149
printf(_(" [--ssh-options]\n"));
@@ -155,6 +156,7 @@ help_pg_probackup(void)
155156
printf(_(" [--recovery-target-timeline=timeline]\n"));
156157
printf(_(" [--recovery-target-name=target-name]\n"));
157158
printf(_(" [--skip-block-validation]\n"));
159+
printf(_(" [--db-include | --db-exclude]\n"));
158160
printf(_(" [--help]\n"));
159161

160162
printf(_("\n %s checkdb [-B backup-path] [--instance=instance_name]\n"), PROGRAM_NAME);
@@ -397,6 +399,8 @@ help_restore(void)
397399
printf(_(" --external-mapping=OLDDIR=NEWDIR\n"));
398400
printf(_(" relocate the external directory from OLDDIR to NEWDIR\n"));
399401
printf(_(" --skip-external-dirs do not restore all external directories\n"));
402+
403+
printf(_("\n Partial restore options:\n"));
400404
printf(_(" --db-include dbname restore only specified databases\n"));
401405
printf(_(" --db-exclude dbname do not restore specified databases\n"));
402406

@@ -462,6 +466,7 @@ help_validate(void)
462466
printf(_(" the named restore point to which recovery will proceed\n"));
463467
printf(_(" --skip-block-validation set to validate only file-level checksum\n"));
464468

469+
printf(_("\n Partial validation options:\n"));
465470
printf(_(" --db-include dbname validate only files of specified databases\n"));
466471
printf(_(" --db-exclude dbname do not validate files of specified databases\n"));
467472

0 commit comments

Comments
 (0)