Skip to content

Commit 107a8b1

Browse files
committed
Uppercase help metavars
1 parent 1852775 commit 107a8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/pg_repack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ pgut_help(bool details)
700700
printf("Options:\n");
701701
printf(" -a, --all repack all databases\n");
702702
printf(" -n, --no-order do vacuum full instead of cluster\n");
703-
printf(" -o, --order-by=columns order by columns instead of cluster keys\n");
703+
printf(" -o, --order-by=COLUMNS order by columns instead of cluster keys\n");
704704
printf(" -t, --table=TABLE repack specific table only\n");
705-
printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
705+
printf(" -T, --wait-timeout=SECS timeout to cancel other backends on conflict\n");
706706
printf(" -Z, --no-analyze don't analyze at end\n");
707707
}

0 commit comments

Comments
 (0)