Put new command-line option into sensible order in help output

Peter Eisentraut <peter@eisentraut.org>

Commit: 2434d60a2ae977a460eda401fd9f99cf619f4743
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-04-17T09:09:17Z
Releases: 16.0
Put new command-line option into sensible order in help output

We have two existing conventions for long options: either alphabetical
among short options, or all long options after all the short options.
But the convention apparently used here, next to a functionally
related option, is not one of them.

Files

PathChange+/−
doc/src/sgml/ref/pg_waldump.sgml modified +31 −31
src/bin/pg_waldump/pg_waldump.c modified +1 −2

Documentation touched