From 665437d30a27282a5ae410edbd8ee6a187c9c773 Mon Sep 17 00:00:00 2001 From: Matthieu FRONTON Date: Wed, 22 Jun 2022 13:27:52 +0200 Subject: [PATCH] Fix table layout in "CLI Reporter" section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ced0b01c5..bccc50439 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,6 @@ such a scenario. | CLI Option | Description | |-------------|-------------------| | `--reporter-cli-silent` | The CLI reporter is internally disabled and you see no output to terminal. | - | `--reporter-cli-show-timestamps` | This prints the local time for each request made. | | `--reporter-cli-no-summary` | The statistical summary table is not shown. | | `--reporter-cli-no-failures` | This prevents the run failures from being separately printed. |