pgsql: pg_restore: Improve --help synopsis - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_restore: Improve --help synopsis
Date
Msg-id E1u9hPq-0008sO-1l@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_restore: Put new option in consistent order in --help output
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fixes for ChangeVarNodes_walker()