summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2022-09-19 10:35:01 +0000
committerPeter Eisentraut2022-09-19 10:35:01 +0000
commit1fe1d09652d796392785922bef54e0ffda6e1f05 (patch)
treeb6018de12d12020694cc74faffb6d7796d3782c8 /src
parenta23417790631e50f54bdcf5e40bf84e2dbd1c34b (diff)
Add missing serial commas
Diffstat (limited to 'src')
-rw-r--r--src/bin/pgbench/pgbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c
index 4d5d6560bf6..aa1a3541fe6 100644
--- a/src/bin/pgbench/pgbench.c
+++ b/src/bin/pgbench/pgbench.c
@@ -908,7 +908,7 @@ usage(void)
" protocol for submitting queries (default: simple)\n"
" -n, --no-vacuum do not run VACUUM before tests\n"
" -P, --progress=NUM show thread progress report every NUM seconds\n"
- " -r, --report-per-command report latencies, failures and retries per command\n"
+ " -r, --report-per-command report latencies, failures, and retries per command\n"
" -R, --rate=NUM target rate in transactions per second\n"
" -s, --scale=NUM report this scale factor in output\n"
" -t, --transactions=NUM number of transactions each client runs (default: 10)\n"