diff --git a/pages/common/pgbench.md b/pages/common/pgbench.md index 9469a1da7..dac17765d 100644 --- a/pages/common/pgbench.md +++ b/pages/common/pgbench.md @@ -9,4 +9,4 @@ - Benchmark a database with 10 clients, 2 worker threads, and 10,000 transactions per client: -`pgbench --clients={{10}} --jobs={{2}} --transactions={{10000}} {{database_name}}` +`pgbench --client={{10}} --jobs={{2}} --transactions={{10000}} {{database_name}}`