pg_dumpall: Include --verbose option in --help output
authorStephen Frost <sfrost@snowman.net>
Sat, 24 Dec 2016 06:42:16 +0000 (01:42 -0500)
committerStephen Frost <sfrost@snowman.net>
Sat, 24 Dec 2016 06:42:16 +0000 (01:42 -0500)
commit071538f3491d3d055a7574b8cd38a40b084a01e4
tree0e8a25e83fa69388c94cf4d3f3785a176abc55f2
parent26b55d669092e8b69104f49d16f8cc250a7a41ee
pg_dumpall: Include --verbose option in --help output

The -v/--verbose option was not included in the output from --help for
pg_dumpall even though it's in the pg_dumpall documentation and has
apparently been around since pg_dumpall was reimplemented in C in 2002.

Fix that by adding it.

Pointed out by Daniel Westermann.

Back-patch to all supported branches.

Discussion: https://www.postgresql.org/message-id/2020970042.4589542.1482482101585.JavaMail.zimbra%40dbi-services.com
src/bin/pg_dump/pg_dumpall.c