]> granicus.if.org Git - postgresql/commit
Make documentation of --help and --version options more consistent
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Jun 2012 23:44:00 +0000 (02:44 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Jun 2012 23:47:53 +0000 (02:47 +0300)
commit03132da3b65eb44e65fe26267b73c101d6a2113a
treed3f56bac98e02b0f99d5a108cbe474229cd83c77
parent3cdd19b0a66fc8845282d4012b0fcf3e94515e7b
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.
45 files changed:
contrib/oid2name/oid2name.c
contrib/pg_archivecleanup/pg_archivecleanup.c
contrib/pg_standby/pg_standby.c
contrib/pg_upgrade/option.c
contrib/pgbench/pgbench.c
contrib/vacuumlo/vacuumlo.c
doc/src/sgml/oid2name.sgml
doc/src/sgml/pgarchivecleanup.sgml
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgstandby.sgml
doc/src/sgml/pgtestfsync.sgml
doc/src/sgml/pgtesttiming.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/ecpg-ref.sgml
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/vacuumlo.sgml
src/backend/main/main.c
src/bin/initdb/initdb.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_config/pg_config.c
src/bin/pg_controldata/pg_controldata.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