We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5856f commit 192d8e0Copy full SHA for 192d8e0
contrib/pgbench/pgbench.c
@@ -368,7 +368,7 @@ usage(void)
368
" -R, --rate=NUM target rate in transactions per second\n"
369
" -s, --scale=NUM report this scale factor in output\n"
370
" -S, --select-only perform SELECT-only transactions\n"
371
- " -t, --transactions number of transactions each client runs (default: 10)\n"
+ " -t, --transactions=NUM number of transactions each client runs (default: 10)\n"
372
" -T, --time=NUM duration of benchmark test in seconds\n"
373
" -v, --vacuum-all vacuum all four standard tables before tests\n"
374
" --aggregate-interval=NUM aggregate data over NUM seconds\n"
0 commit comments