Sort the output of --help mostly alphabetical, make it align better, make
Peter Eisentraut <peter_e@gmx.net>
Sort the output of --help mostly alphabetical, make it align better, make help of pg_dump and pg_dumpall more similar.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.c | modified | +14 −14 |
| src/bin/pg_ctl/pg_ctl.c | modified | +5 −5 |
| src/bin/pg_dump/pg_dumpall.c | modified | +26 −27 |
| src/bin/pg_dump/pg_dump.c | modified | +6 −7 |
| src/bin/pg_dump/pg_restore.c | modified | +8 −9 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +2 −2 |
| src/bin/psql/help.c | modified | +10 −10 |
| src/bin/scripts/clusterdb.c | modified | +2 −2 |
| src/bin/scripts/createdb.c | modified | +4 −4 |
| src/bin/scripts/createlang.c | modified | +4 −3 |
| src/bin/scripts/createuser.c | modified | +12 −12 |
| src/bin/scripts/dropdb.c | modified | +4 −3 |
| src/bin/scripts/droplang.c | modified | +4 −3 |
| src/bin/scripts/dropuser.c | modified | +4 −3 |
| src/bin/scripts/reindexdb.c | modified | +4 −4 |
| src/bin/scripts/vacuumdb.c | modified | +4 −4 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +2 −2 |