Skip to content

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

@zhanghien

Description

@zhanghien

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions