Make documentation of --help and --version options more consistent

Peter Eisentraut <peter_e@gmx.net>

Commit: bb7520cc26dcd392e3dce294b685b3a0d6dae9e9
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-06-17T23:46:59Z
Releases: 9.3.0
Make documentation of --help and --version options more consistent

Before, some places didn't document the short options (-? and -V),
some documented both, some documented nothing, and they were listed in
various orders.  Now this is hopefully more consistent and complete.

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +14 −14
contrib/pg_archivecleanup/pg_archivecleanup.c modified +5 −5
contrib/pgbench/pgbench.c modified +6 −6
contrib/pg_standby/pg_standby.c modified +2 −2
contrib/pg_upgrade/option.c modified +1 −1
contrib/vacuumlo/vacuumlo.c modified +11 −10
doc/src/sgml/oid2name.sgml modified +21 −0
doc/src/sgml/pgarchivecleanup.sgml modified +20 −0
doc/src/sgml/pgbench.sgml modified +20 −0
doc/src/sgml/pgstandby.sgml modified +20 −0
doc/src/sgml/pgtestfsync.sgml modified +20 −0
doc/src/sgml/pgtesttiming.sgml modified +21 −0
doc/src/sgml/ref/createuser.sgml modified +15 −15
doc/src/sgml/ref/dropdb.sgml modified +10 −10
doc/src/sgml/ref/dropuser.sgml modified +10 −10
doc/src/sgml/ref/ecpg-ref.sgml modified +1 −0
doc/src/sgml/ref/initdb.sgml modified +6 −0
doc/src/sgml/ref/pg_basebackup.sgml modified +1 −1
doc/src/sgml/ref/pg_config-ref.sgml modified +11 −0
doc/src/sgml/ref/pg_ctl-ref.sgml modified +21 −0
doc/src/sgml/ref/pg_receivexlog.sgml modified +1 −1
doc/src/sgml/ref/postgres-ref.sgml modified +21 −0
doc/src/sgml/vacuumlo.sgml modified +45 −13
src/backend/main/main.c modified +2 −2
src/bin/initdb/initdb.c modified +1 −1
src/bin/pg_basebackup/pg_basebackup.c modified +2 −2
src/bin/pg_basebackup/pg_receivexlog.c modified +1 −1
src/bin/pg_config/pg_config.c modified +1 −1
src/bin/pg_controldata/pg_controldata.c modified +5 −11
src/bin/pg_ctl/pg_ctl.c modified +2 −2
src/bin/pg_dump/pg_dumpall.c modified +2 −2
src/bin/pg_dump/pg_dump.c modified +2 −2
src/bin/pg_dump/pg_restore.c modified +2 −2
src/bin/pg_resetxlog/pg_resetxlog.c modified +2 −2
src/bin/psql/help.c modified +2 −2
src/bin/scripts/clusterdb.c modified +2 −2
src/bin/scripts/createdb.c modified +2 −2
src/bin/scripts/createlang.c modified +2 −2
src/bin/scripts/createuser.c modified +2 −2
src/bin/scripts/dropdb.c modified +2 −2
src/bin/scripts/droplang.c modified +2 −2
src/bin/scripts/dropuser.c modified +2 −2
src/bin/scripts/reindexdb.c modified +2 −2
src/bin/scripts/vacuumdb.c modified +2 −2
src/interfaces/ecpg/preproc/ecpg.c modified +1 −1