1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

pg_walsummary: Document --version option

It was working, but it was not shown in the --help output or on the
man page.
This commit is contained in:
Peter Eisentraut
2024-04-24 08:56:21 +02:00
parent c3fa85b249
commit f994ed89a9
2 changed files with 11 additions and 0 deletions

View File

@ -83,6 +83,16 @@ PostgreSQL documentation
</listitem>
</varlistentry>
<varlistentry>
<term><option>-V</option></term>
<term><option>--version</option></term>
<listitem>
<para>
Display version information, then exit.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-?</option></term>
<term><option>--help</option></term>