1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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 <nagata@sraoss.co.jp>
Reviewed-by: Michael Banck <michael.banck@credativ.de>
Discussion: https://postgr.es/m/20180827113411.GA22768@nighthawk.caipicrew.dd-dns.de
This commit is contained in:
Alvaro Herrera
2018-08-30 06:31:05 -03:00
parent c731ec455a
commit a840a8ac7b
2 changed files with 13 additions and 10 deletions

View File

@ -61,10 +61,11 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
<term><option>-d</option></term>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
<listitem>
<para>
Enable debug output. Lists all checked blocks and their checksum.
Enable verbose output. Lists all checked files.
</para>
</listitem>
</varlistentry>