From bb7520cc26dcd392e3dce294b685b3a0d6dae9e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 18 Jun 2012 02:44:00 +0300 Subject: 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. --- doc/src/sgml/ref/postgres-ref.sgml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/src/sgml/ref/postgres-ref.sgml') diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index d8e9825d13e..4e5cd02589c 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -345,6 +345,16 @@ PostgreSQL documentation + + + + + + Print the postgres version and exit. + + + + @@ -365,6 +375,17 @@ PostgreSQL documentation + + + + + + + Show help about postgres command line + arguments, and exit. + + + -- cgit v1.2.3