1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add missing serial commas

This commit is contained in:
Peter Eisentraut
2022-09-19 06:35:01 -04:00
parent 1ef00afe2e
commit cacf12e92f
2 changed files with 2 additions and 2 deletions

View File

@ -912,7 +912,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"