pgsql: pgbench: Fix order in --help output

Lists: pgsql-committers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: Fix order in --help output
Date: 2016-06-07 14:41:43
Message-ID: E1bAICN-0004pr-8q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

pgbench: Fix order in --help output

The new option --progress-timestamp was just added at the end. Put it
in alphabetical order.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/298706de2692e3add3cfef2ac02e27f8f237785f

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