Skip to content

Commit

Permalink
Issue #423: Fix typo of --error-on-invalid-index info (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur authored Oct 9, 2024
1 parent a4b9b33 commit 3336733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pg_repack.c
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ pgut_help(bool details)
printf(" -Z, --no-analyze don't analyze at end\n");
printf(" -k, --no-superuser-check skip superuser checks in client\n");
printf(" -C, --exclude-extension don't repack tables which belong to specific extension\n");
printf(" --error-on-invalid-index don't repack tables which belong to specific extension\n");
printf(" --error-on-invalid-index don't repack when invalid index is found\n");
printf(" --apply-count number of tuples to apply in one transaction during replay\n");
printf(" --switch-threshold switch tables when that many tuples are left to catchup\n");
}

0 comments on commit 3336733

Please sign in to comment.