diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_controldata.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_resetxlog.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index fbf40fcf9de..4a360d61fd3 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -23,7 +23,7 @@ PostgreSQL documentation <cmdsynopsis> <command>pg_controldata</command> <arg choice="opt"><replaceable class="parameter">option</replaceable></arg> - <arg choice="opt"><replaceable class="parameter">datadir</replaceable></arg> + <arg choice="opt"><arg choice="opt"><option>-D</option></arg> <replaceable class="parameter">datadir</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml index 0b53bd68595..aba7185f355 100644 --- a/doc/src/sgml/ref/pg_resetxlog.sgml +++ b/doc/src/sgml/ref/pg_resetxlog.sgml @@ -30,7 +30,7 @@ PostgreSQL documentation <arg choice="opt"><option>-m</option> <replaceable class="parameter">mxid</replaceable>,<replaceable class="parameter">mxid</replaceable></arg> <arg choice="opt"><option>-O</option> <replaceable class="parameter">mxoff</replaceable></arg> <arg choice="opt"><option>-l</option> <replaceable class="parameter">xlogfile</replaceable></arg> - <arg choice="plain"><replaceable>datadir</replaceable></arg> + <arg choice="req"><arg choice="opt"><option>-D</option></arg> <replaceable class="parameter">datadir</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> |
