From 34ca8c622b0a1d5f93f7e8de5b94e80f10614895 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 13 Feb 2024 18:52:02 +0000 Subject: [PATCH] docs: fix typoe for --show-failures-only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b27349e..3d3029ee 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ The list of supported outputs is: #### Only show failures -If you are only interested to see when tests fail, there is a new flag `--show-only-failures` that does exactly that. +If you are only interested to see when tests fail, there is a new flag `--show-failures-only` that does exactly that. This is helpful when running in CI/CD systems like GHA to get shorter outputs. ## Additional features