Make ordering of 'Options' printed by pg_reorg --help alphabetical.

This commit is contained in:
Josh Kupershmidt 2012-09-19 16:49:03 -07:00 committed by Daniele Varrazzo
parent bc20ace32b
commit 59db5d4630

View File

@ -696,9 +696,9 @@ pgut_help(bool details)
printf("Options:\n");
printf(" -a, --all reorg all databases\n");
printf(" -t, --table=TABLE reorg specific table only\n");
printf(" -n, --no-order do vacuum full instead of cluster\n");
printf(" -o, --order-by=columns order by columns instead of cluster keys\n");
printf(" -t, --table=TABLE reorg specific table only\n");
printf(" -T, --wait-timeout=secs timeout to cancel other backends on conflict\n");
printf(" -Z, --no-analyze don't analyze at end\n");
}