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