Update line count totals for psql help displays.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c5d4f40cb5e231eb2cbc533b5f094f3a4829e2ef
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-18T20:04:35Z
Releases: 10.0
Update line count totals for psql help displays.

As usual, we've been pretty awful about maintaining these counts.
They're not all that critical, perhaps, but let's get them right
at release time.  Also fix 9.5, which I notice is just as bad.
It's probably wrong further back, but the lack of --help=foo
options before 9.5 makes it too painful to count.

Files

PathChange+/−
src/bin/psql/help.c modified +3 −3