1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Document --version and --help options for all client applications (they

all support it).

Per report from Josh Kupershmidt
This commit is contained in:
Bruce Momjian
2010-02-19 14:36:45 +00:00
parent 4c6c6b52d2
commit f8f0140d73
17 changed files with 326 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.33 2010/02/19 03:50:03 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.34 2010/02/19 14:36:45 momjian Exp $
PostgreSQL documentation
-->
@@ -159,16 +159,7 @@ PostgreSQL documentation
<listitem>
<para>
Print additional information including the version and the
include path.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--help</option></term>
<listitem>
<para>
Show a brief summary of the command usage, then exit.
"include" path.
</para>
</listitem>
</varlistentry>
@@ -177,10 +168,21 @@ PostgreSQL documentation
<term><option>--version</option></term>
<listitem>
<para>
Output version information, then exit.
Print the <application>ecpg</application> version and exit.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--help</option></term>
<listitem>
<para>
Show help about <application>ecpg</application> command line
arguments, and exit.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>