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
This commit is contained in:
HEAD KANGAROO
2016-06-22 13:43:11 +01:00
committed by Charnjit SiNGH
parent fb79fa711b
commit be1dabd6a9
2 changed files with 3 additions and 2 deletions

View File

@@ -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: