pgsql: pg_combinebackup: Fix small mistake in --help output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_combinebackup: Fix small mistake in --help output
Date
Msg-id E1sKEWb-002GqF-AK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_createsubscriber: Indent --help output correctly
Next
From: Tom Lane
Date:
Subject: pgsql: Don't throw an error if a queued AFTER trigger no longer exists.