Skip to content

Commit 59db5d4

Browse files
schmiddydvarrazzo
authored andcommitted
Make ordering of 'Options' printed by pg_reorg --help alphabetical.
1 parent bc20ace commit 59db5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pg_reorg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,9 @@ pgut_help(bool details)
696696

697697
printf("Options:\n");
698698
printf(" -a, --all reorg all databases\n");
699-
printf(" -t, --table=TABLE reorg specific table only\n");
700699
printf(" -n, --no-order do vacuum full instead of cluster\n");
701700
printf(" -o, --order-by=columns order by columns instead of cluster keys\n");
701+
printf(" -t, --table=TABLE reorg specific table only\n");
702702
printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
703703
printf(" -Z, --no-analyze don't analyze at end\n");
704704
}

0 commit comments

Comments
 (0)