From 80ab4215db4dc375a3b5c1336227b5d8904f1ddf Mon Sep 17 00:00:00 2001 From: HARSHIT GUPTA Date: Thu, 30 Jan 2020 21:06:55 +0530 Subject: [PATCH] wrk: fix typo (#3822) * wrk: fix typo * Update pages/common/wrk.md Co-Authored-By: Owen Voke Co-authored-by: Owen Voke --- pages/common/wrk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/wrk.md b/pages/common/wrk.md index a7d6ea89cd..5dd1428c59 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}}"`