Sort the output of --help mostly alphabetical, make it align better, make
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Feb 2009 13:03:07 +0000 (13:03 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Feb 2009 13:03:07 +0000 (13:03 +0000)
commitcd3b750929af5dd6afb5881592e2a0276d1639ef
tree4218d0325c260d4f791d2c0ef04f561a34121efc
parent0160cebee9cd229f48a8b3726e31c5026ca8e001
Sort the output of --help mostly alphabetical, make it align better, make
help of pg_dump and pg_dumpall more similar.
17 files changed:
src/bin/initdb/initdb.c
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/psql/help.c
src/bin/scripts/clusterdb.c
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c
src/interfaces/ecpg/preproc/ecpg.c