Put new command-line option into sensible order in help output
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_waldump.sgml | modified | +31 −31 |
| src/bin/pg_waldump/pg_waldump.c | modified | +1 −2 |