Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong help info for option --error-on-invalid-index #423

Closed
JohnHien opened this issue Oct 8, 2024 · 2 comments
Closed

Wrong help info for option --error-on-invalid-index #423

JohnHien opened this issue Oct 8, 2024 · 2 comments

Comments

@JohnHien
Copy link

JohnHien commented Oct 8, 2024

I run pg_repack --help and I get this:

  -C, --exclude-extension       don't repack tables which belong to specific extension
      --error-on-invalid-index  don't repack tables which belong to specific extension

Maybe the --error-on-invalid-index line was copied from --exclude-extension line but the author forgot to edit it after coping.

	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");
@za-arthur
Copy link
Collaborator

Indeed. Thank you for the report. I've created a PR: #424.

@za-arthur
Copy link
Collaborator

The PR was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants