pg_verify_checksums: rename -d to --verbose

Using -d is odd, because we normally reserve that for a database
argument, so rename it to -v and add long version --verbose.

Also, reduce it to emit one line per file checked rather than one line
per block.

Per a complaint from Michael Banck.

Author: Yugo Nagata <[email protected]>
Reviewed-by: Michael Banck <[email protected]>
Discussion: 
https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a846e6d0239d24fe9a95c7b12e1905e20f8fdcf0

Modified Files
--------------
doc/src/sgml/ref/pg_verify_checksums.sgml         |  5 +++--
src/bin/pg_verify_checksums/pg_verify_checksums.c | 18 ++++++++++--------
2 files changed, 13 insertions(+), 10 deletions(-)

Reply via email to