pgsql: pg_combinebackup: Fix small mistake in --help output

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_combinebackup: Fix small mistake in --help output
Date: 2024-06-20 09:56:14
Message-ID: E1sKEWb-002GqF-AK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_combinebackup: Fix small mistake in --help output

It was not showing that the --output option takes an argument.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_combinebackup/pg_combinebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-06-20 18:21:53 pgsql: Don't throw an error if a queued AFTER trigger no longer exists.
Previous Message Peter Eisentraut 2024-06-20 09:48:03 pgsql: pg_createsubscriber: Indent --help output correctly