OSDN Git Service

Add the long options to the psql --help display, where they were curiously
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 09:58:09 +0000 (09:58 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 09:58:09 +0000 (09:58 +0000)
commit92fc8b41e51425773a8947bd9da5cd671a83d238
tree19229c9544053d93bb7abc62254e088153d58380
parentb6e4c8f255aacea1c6b27536f3d76dee8d87b4e1
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.
src/bin/psql/help.c