Add the long options to the psql --help display, where they were curiously

Peter Eisentraut <peter_e@gmx.net>

Commit: 92fc8b41e51425773a8947bd9da5cd671a83d238
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-02-27T09:58:09Z
Releases: 8.4.0
Add the long options to the psql --help display, where they were curiously
missing.

Since this touches most lines of the help output, also change the mix of
puts and printf calls to printf everywhere, for easier code editing and
reviewing.

Files

PathChange+/−
src/bin/psql/help.c modified +51 −50