diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-02 14:46:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-02 14:46:33 +0000 |
commit | 4929d85e5014e85054a15c9382d9e0f7492ab551 (patch) | |
tree | 343e04ab157da4c401585e32d9edf02ad40d93b4 | |
parent | d67a618e19885e80f8b621f8620f9b55c15b2811 (diff) | |
download | postgresql-4929d85e5014e85054a15c9382d9e0f7492ab551.tar.gz postgresql-4929d85e5014e85054a15c9382d9e0f7492ab551.zip |
description of the command line option echo should read:
Echo the queries that createuser generates and sends to the backend.
^^^^^^^^^^
Frank Wegmann
-rw-r--r-- | doc/src/sgml/ref/createuser.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 314f51ec85a..54ada23fe5b 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.16 2001/01/13 23:58:55 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.17 2001/05/02 14:46:33 momjian Exp $ Postgres documentation --> @@ -60,7 +60,7 @@ Postgres documentation <term>-e, --echo</term> <listitem> <para> - Echo the queries that <application>createdb</application> generates + Echo the queries that <application>createuser</application> generates and sends to the backend. </para> </listitem> |