summaryrefslogtreecommitdiff
path: root/doc/en/cache.rst
diff options
context:
space:
mode:
authorHEAD KANGAROO <KangarooCreativeTeam@users.noreply.github.com>2016-06-22 13:43:11 +0100
committerCharnjit SiNGH <Charnjit@JinnApp.com>2016-06-22 14:04:02 +0100
commitbe1dabd6a9ac65a0badb93edaedb1da4ef700c4d (patch)
treed22572217031f996001c5278ab8dc7c259efd883 /doc/en/cache.rst
parentfb79fa711b1116bb9a34b6d8a61cff7ea399373f (diff)
downloadpytest-be1dabd6a9ac65a0badb93edaedb1da4ef700c4d.tar.gz
cache.rst: Fix wrong command used
The "Inspecting Cache content" section was showing --cache-clear command, but should actually be using --cache-show command. Also; update AUTHORS
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 de03204de..860b13753 100644
--- a/doc/en/cache.rst
+++ b/doc/en/cache.rst
@@ -222,9 +222,9 @@ Inspecting Cache content
-------------------------------
You can always peek at the content of the cache using the
-``--cache-clear`` command line option::
+``--cache-show`` command line option::
- $ py.test --cache-clear
+ $ py.test --cache-show
======= test session starts ========
platform linux -- Python 3.5.1, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile: