@@ -56,7 +56,7 @@ static pgut_option options[] =
56
56
{'s' ,'B' ,"backup-path" ,& backup_path ,SOURCE_ENV },
57
57
/* common options */
58
58
{'b' ,'c' ,"check" ,& check },
59
- {'i' ,'j' ,"check " ,& num_threads },
59
+ {'i' ,'j' ,"threads " ,& num_threads },
60
60
/* backup options */
61
61
{'f' ,'b' ,"backup-mode" ,opt_backup_mode ,SOURCE_ENV },
62
62
{'b' ,'C' ,"smooth-checkpoint" ,& smooth_checkpoint ,SOURCE_ENV },
@@ -217,8 +217,9 @@ pgut_help(bool details)
217
217
printf (_ (" -A, --arclog-path=PATH location of archive WAL storage area\n" ));
218
218
printf (_ (" -B, --backup-path=PATH location of the backup storage area\n" ));
219
219
printf (_ (" -c, --check show what would have been done\n" ));
220
+ printf (_ (" -j, --threads=NUM num threads for backup and restore\n" ));
220
221
printf (_ ("\nBackup options:\n" ));
221
- printf (_ (" -b, --backup-mode=MODE full or page\n" ));
222
+ printf (_ (" -b, --backup-mode=MODE full, page,ptrack \n" ));
222
223
printf (_ (" -C, --smooth-checkpoint do smooth checkpoint before backup\n" ));
223
224
printf (_ (" --validate validate backup after taking it\n" ));
224
225
printf (_ (" --keep-data-generations=N keep GENERATION of full data backup\n" ));