aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-03-09 09:48:05 -0500
committerBruce Momjian <bruce@momjian.us>2011-03-09 09:48:05 -0500
commitc290476cbd2e2d5f8f6c7c24ebaa5133ec37ecde (patch)
treed9f073f308497cecf01e06a142f1ddda9f6698ba /doc/src
parent8cc55b1c0fbf9a2e01d14311716b59d19314126e (diff)
downloadpostgresql-c290476cbd2e2d5f8f6c7c24ebaa5133ec37ecde.tar.gz
postgresql-c290476cbd2e2d5f8f6c7c24ebaa5133ec37ecde.zip
Remove '=' from initdb switch syntax.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/initdb.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index e3fdebdfd24..d816c21c08c 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -24,7 +24,7 @@ PostgreSQL documentation
<command>initdb</command>
<arg rep="repeat"><replaceable>option</replaceable></arg>
<group choice="plain">
- <arg>--pgdata=</arg>
+ <arg>--pgdata</arg>
<arg>-D </arg>
<replaceable>directory</replaceable>
</group>