docs: list single-letter options first in command-line summary

Bruce Momjian <bruce@momjian.us>

Commit: 673b3c7ed934a5b3271671b4431880253f459971
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-12-03T15:28:58Z
Releases: 10.16
docs:  list single-letter options first in command-line summary

In a few places, the long-version options were listed before the
single-letter ones in the command summary of a few commands.  This
didn't match other commands, and didn't match the option ordering later
in the same reference page.

Backpatch-through: 9.5

Files

PathChange+/−
doc/src/sgml/ref/reindexdb.sgml modified +5 −5
doc/src/sgml/ref/vacuumdb.sgml modified +2 −2

Documentation touched