Skip to content

Commit 192d8e0

Browse files
committed
pgbench: Fix help message
Add NUM placeholder to -t option in help message. It got lost in 79cddb1. Author: Fabien COELHO <coelho@cri.ensmp.fr>
1 parent ef5856f commit 192d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pgbench/pgbench.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ usage(void)
368368
" -R, --rate=NUM target rate in transactions per second\n"
369369
" -s, --scale=NUM report this scale factor in output\n"
370370
" -S, --select-only perform SELECT-only transactions\n"
371-
" -t, --transactions number of transactions each client runs (default: 10)\n"
371+
" -t, --transactions=NUM number of transactions each client runs (default: 10)\n"
372372
" -T, --time=NUM duration of benchmark test in seconds\n"
373373
" -v, --vacuum-all vacuum all four standard tables before tests\n"
374374
" --aggregate-interval=NUM aggregate data over NUM seconds\n"

0 commit comments

Comments
 (0)