diff options
author | Peter Eisentraut | 2014-02-28 02:52:21 +0000 |
---|---|---|
committer | Peter Eisentraut | 2014-02-28 02:52:21 +0000 |
commit | 192d8e04bd3112965d47bb4dc6747ee984abaf07 (patch) | |
tree | 968154ffda017c63599b37b039e2eae20e7d84c7 /contrib/pgbench/pgbench.c | |
parent | ef5856fd9b77ef9d0d0c31fb314bb61bbfb1d704 (diff) |
pgbench: Fix help message
Add NUM placeholder to -t option in help message. It got lost in
79cddb18419778be3202c971b3f21cdd90f7b719.
Author: Fabien COELHO <[email protected]>
Diffstat (limited to 'contrib/pgbench/pgbench.c')
-rw-r--r-- | contrib/pgbench/pgbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index a836acfae98..7c1e59e4c4a 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -368,7 +368,7 @@ usage(void) " -R, --rate=NUM target rate in transactions per second\n" " -s, --scale=NUM report this scale factor in output\n" " -S, --select-only perform SELECT-only transactions\n" - " -t, --transactions number of transactions each client runs (default: 10)\n" + " -t, --transactions=NUM number of transactions each client runs (default: 10)\n" " -T, --time=NUM duration of benchmark test in seconds\n" " -v, --vacuum-all vacuum all four standard tables before tests\n" " --aggregate-interval=NUM aggregate data over NUM seconds\n" |