diff --git a/pages/common/wrk.md b/pages/common/wrk.md index a7d6ea89c..5dd1428c5 100644 --- a/pages/common/wrk.md +++ b/pages/common/wrk.md @@ -13,4 +13,4 @@ - Run a benchmark with a request timeout of `2` seconds: -`wrk -t{{2}} -c{{5}} -d{{5s}} — timeout {{2s}} "{{http://example.com/index.html}}"` +`wrk -t{{2}} -c{{5}} -d{{5s}} --timeout {{2s}} "{{http://example.com/index.html}}"`