@@ -244,6 +244,7 @@ PostgreSQL documentation
244244
245245 <varlistentry>
246246 <term><option>-c</option></term>
247+ <term><option>--core-file</option></term>
247248 <listitem>
248249 <para>
249250 Attempt to allow server crashes to produce core files, on platforms
@@ -257,6 +258,7 @@ PostgreSQL documentation
257258
258259 <varlistentry>
259260 <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
261+ <term><option>--pgdata <replaceable class="parameter">datadir</replaceable></option></term>
260262 <listitem>
261263 <para>
262264 Specifies the file system location of the database files. If
@@ -268,6 +270,7 @@ PostgreSQL documentation
268270
269271 <varlistentry>
270272 <term><option>-l <replaceable class="parameter">filename</replaceable></option></term>
273+ <term><option>--log <replaceable class="parameter">filename</replaceable></option></term>
271274 <listitem>
272275 <para>
273276 Append the server log output to
@@ -280,6 +283,7 @@ PostgreSQL documentation
280283
281284 <varlistentry>
282285 <term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
286+ <term><option>--mode <replaceable class="parameter">mode</replaceable></option></term>
283287 <listitem>
284288 <para>
285289 Specifies the shutdown mode. <replaceable>mode</replaceable>
@@ -340,6 +344,7 @@ PostgreSQL documentation
340344
341345 <varlistentry>
342346 <term><option>-s</option></term>
347+ <term><option>--silent</option></term>
343348 <listitem>
344349 <para>
345350 Print only errors, no informational messages.
@@ -349,6 +354,7 @@ PostgreSQL documentation
349354
350355 <varlistentry>
351356 <term><option>-t</option></term>
357+ <term><option>--timeout</option></term>
352358 <listitem>
353359 <para>
354360 The maximum number of seconds to wait when waiting for startup or
0 commit comments