pgsql: pg_restore: Improve --help synopsis

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_restore: Improve --help synopsis
Date: 2025-04-29 09:38:14
Message-ID: E1u9hPq-0008sO-1l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_restore: Improve --help synopsis

The --help synopsis should only be one line. This rephrases the first
line a bit to reflect the new functionality of restoring multiple
databases from pg_dumpall output. Additional explanations are better
kept in the man page.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15b1b4dd3fccfd2576f44841863153c312de011b

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-04-29 11:34:55 pgsql: Fixes for ChangeVarNodes_walker()
Previous Message Peter Eisentraut 2025-04-29 09:03:57 pgsql: pg_restore: Put new option in consistent order in --help output