summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-01-27 19:57:11 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2016-01-27 19:57:11 -0200
commit74a68b5ec676335221275587ea328a45da022727 (patch)
tree11735850f3b0124cb4e44132ae05cb627315acbc /doc/en/cache.rst
parent52ac6cd7a975ce09dc845d8074cb47a09ffae497 (diff)
downloadpytest-74a68b5ec676335221275587ea328a45da022727.tar.gz
Add CHANGELOG and docs for #1345
Diffstat (limited to 'doc/en/cache.rst')
-rw-r--r--doc/en/cache.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/cache.rst b/doc/en/cache.rst
index 3c3b5eb22..c04b98fbb 100644
--- a/doc/en/cache.rst
+++ b/doc/en/cache.rst
@@ -17,8 +17,8 @@ Usage
The plugin provides two command line options to rerun failures from the
last ``py.test`` invocation:
-* ``--lf`` (last failures) - to only re-run the failures.
-* ``--ff`` (failures first) - to run the failures first and then the rest of
+* ``--lf``, ``--last-failed`` - to only re-run the failures.
+* ``--ff``, ``--failed-first`` - to run the failures first and then the rest of
the tests.
For cleanup (usually not needed), a ``--cache-clear`` option allows to remove