Skip to content
New issue

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

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

Already on GitHub? # to your account

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

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

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

zhanghien opened this issue Oct 8, 2024 · 2 comments

Comments

@zhanghien
Copy link

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.

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

No branches or pull requests

2 participants