Fix inconsistencies in psql --help=commands
authorMichael Paquier <michael@paquier.xyz>
Wed, 9 Jun 2021 07:24:52 +0000 (16:24 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 9 Jun 2021 07:24:52 +0000 (16:24 +0900)
commit845cad4d51cb12a34ea012dfe58af5ef490384fc
treeb8e67f823f8e35ae053a7ff6199cd3a50a4e6b95
parentbe90098907475f3cfff7dc6d590641b9c2dae081
Fix inconsistencies in psql --help=commands

The set of subcommands supported by \dAp, \do and \dy was described
incorrectly in psql's --help.  The documentation was already consistent
with the code.

Reported-by: inoas, from IRC
Author: Matthijs van der Vleuten
Reviewed-by: Neil Chen
Discussion: https://postgr.es/m/6a984e24-2171-4039-9050-92d55e7b23fe@www.fastmail.com
Backpatch-through: 9.6
src/bin/psql/help.c