Fix documentation of initdb --show option

Peter Eisentraut <peter@eisentraut.org>

Commit: a41106dab72cbcaa02fce8bda8965d04e85f2d3a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-06-13T09:52:35Z
Releases: 17.0
Fix documentation of initdb --show option

It wasn't in the documentation at all (even though we document all the
other debugging-like options).  Also, change the --help output to show
that it exits after showing, similar to other options.

Files

PathChange+/−
doc/src/sgml/ref/initdb.sgml modified +12 −0
src/bin/initdb/initdb.c modified +1 −1

Documentation touched