From c2767fce14a32038a8e77d52e61dbd27ec6ebe73 Mon Sep 17 00:00:00 2001 From: Artur Zakirov Date: Wed, 9 Oct 2024 11:00:44 +0200 Subject: [PATCH] Issue #423: Fix typo of --error-on-invalid-index info --- bin/pg_repack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pg_repack.c b/bin/pg_repack.c index 44caeb0..6b9cde6 100644 --- a/bin/pg_repack.c +++ b/bin/pg_repack.c @@ -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"); }