summaryrefslogtreecommitdiff
path: root/contrib/pgbench
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2013-09-23 15:49:21 -0400
committerNoah Misch <noah@leadboat.com>2013-09-23 15:49:21 -0400
commit825da2aba8ae7a5824e9fb3823125c5c755ea568 (patch)
tree1832456092148e71ee859648f0eae048f7ed5a34 /contrib/pgbench
parent54990af616ebb31fb1ae04e8aaf332d483a9e3a5 (diff)
downloadpostgresql-825da2aba8ae7a5824e9fb3823125c5c755ea568.tar.gz
pgbench: Tweak documentation.
Fabien COELHO
Diffstat (limited to 'contrib/pgbench')
-rw-r--r--contrib/pgbench/pgbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c
index ad8e272c91..06dd7093fa 100644
--- a/contrib/pgbench/pgbench.c
+++ b/contrib/pgbench/pgbench.c
@@ -369,7 +369,7 @@ usage(void)
" -N, --skip-some-updates skip updates of pgbench_tellers and pgbench_branches\n"
" -P, --progress=NUM show thread progress report every NUM seconds\n"
" -r, --report-latencies report average latency per command\n"
- " -R, --rate=SPEC target rate in transactions per second\n"
+ " -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 "