Fix documentation of initdb --show option
authorPeter Eisentraut
Thu, 13 Jun 2024 09:52:35 +0000 (11:52 +0200)
committerPeter Eisentraut
Thu, 13 Jun 2024 09:52:35 +0000 (11:52 +0200)
commita41106dab72cbcaa02fce8bda8965d04e85f2d3a
tree53510974af71c7b219e9dcc33a822bc55e56df01
parentad8877cb513733d8bb98d24770a094b81c27e4c5
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.
doc/src/sgml/ref/initdb.sgml
src/bin/initdb/initdb.c