diff options
Diffstat (limited to 'doc/src/sgml/ref/ecpg-ref.sgml')
| -rw-r--r-- | doc/src/sgml/ref/ecpg-ref.sgml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 626dc406e6..8e71c27768 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -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,28 +159,30 @@ PostgreSQL documentation <listitem> <para> Print additional information including the version and the - include path. + "include" path. </para> </listitem> </varlistentry> <varlistentry> - <term><option>--help</option></term> + <term><option>--version</option></term> <listitem> <para> - Show a brief summary of the command usage, then exit. + Print the <application>ecpg</application> version and exit. </para> </listitem> </varlistentry> <varlistentry> - <term><option>--version</option></term> + <term><option>--help</option></term> <listitem> <para> - Output version information, then exit. + Show help about <application>ecpg</application> command line + arguments, and exit. </para> </listitem> </varlistentry> + </variablelist> </para> </refsect1> |
