From 02f84bc1893cab97d5e08788c8ebd9d65685acd6 Mon Sep 17 00:00:00 2001 From: Sean Patrick Malloy Date: Mon, 28 Aug 2023 16:41:09 -0700 Subject: [PATCH] docs: Added the name of the option we are changing the docs for Co-authored-by: Bruno Oliveira --- doc/en/how-to/cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/cache.rst b/doc/en/how-to/cache.rst index 685ab314e..03ab0c777 100644 --- a/doc/en/how-to/cache.rst +++ b/doc/en/how-to/cache.rst @@ -176,7 +176,7 @@ with more recent files coming first. Behavior when no tests failed in the last run --------------------------------------------- -This option governs the behavior of ``--last-failed``. +The ``--lfnf/--last-failed-no-failures`` option governs the behavior of ``--last-failed``. Determines whether to execute tests when there are no previously (known) failures or when no cached ``lastfailed`` data was found.