Fix line count in slashUsage().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Apr 2013 00:29:46 +0000 (20:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Apr 2013 00:29:46 +0000 (20:29 -0400)
commit927e1dc96ce3eb4a618fd7b67f69eec72b56d850
treeb71d20af2dbe308f03709fe83a2b4ba278ccaf09
parentc6a3fce7dd4dae6e1a005e5b09cdd7c1d7f9c4f4
Fix line count in slashUsage().

Counting newlines shows that quite a few recent patches have neglected
to update the output-lines count given to PageOutput().  Fortunately
it's not terribly critical that this be exact, since we long since
exceeded the height of most people's terminal windows.  Still, maybe
we ought to think of a way to not have to maintain this manually anymore.
src/bin/psql/help.c