aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/dropdb.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/dropdb.sgml')
-rw-r--r--doc/src/sgml/ref/dropdb.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml
index c169d7fcd46..1aa76cdb57b 100644
--- a/doc/src/sgml/ref/dropdb.sgml
+++ b/doc/src/sgml/ref/dropdb.sgml
@@ -118,7 +118,7 @@ PostgreSQL documentation
<variablelist>
<varlistentry>
<term><option>-h <replaceable class="parameter">host</replaceable></></term>
- <term><option>--host <replaceable class="parameter">host</replaceable></></term>
+ <term><option>--host=<replaceable class="parameter">host</replaceable></></term>
<listitem>
<para>
Specifies the host name of the machine on which the
@@ -131,7 +131,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-p <replaceable class="parameter">port</replaceable></></term>
- <term><option>--port <replaceable class="parameter">port</replaceable></></term>
+ <term><option>--port=<replaceable class="parameter">port</replaceable></></term>
<listitem>
<para>
Specifies the TCP port or local Unix domain socket file
@@ -143,7 +143,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-U <replaceable class="parameter">username</replaceable></></term>
- <term><option>--username <replaceable class="parameter">username</replaceable></></term>
+ <term><option>--username=<replaceable class="parameter">username</replaceable></></term>
<listitem>
<para>
User name to connect as.