aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-02 14:46:33 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-02 14:46:33 +0000
commit4929d85e5014e85054a15c9382d9e0f7492ab551 (patch)
tree343e04ab157da4c401585e32d9edf02ad40d93b4
parentd67a618e19885e80f8b621f8620f9b55c15b2811 (diff)
downloadpostgresql-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.sgml4
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>