Skip to content

Commit 9cb8517

Browse files
Merge pull request #1644 from KangarooCreativeTeam/patch-1
cache.rst: Fix wrong command used
2 parents fb79fa7 + be1dabd commit 9cb8517

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Bruno Oliveira
2222
Cal Leeming
2323
Carl Friedrich Bolz
2424
Charles Cloud
25+
Charnjit SiNGH (CCSJ)
2526
Chris Lamb
2627
Christian Theunert
2728
Christian Tismer

doc/en/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ Inspecting Cache content
222222
-------------------------------
223223

224224
You can always peek at the content of the cache using the
225-
``--cache-clear`` command line option::
225+
``--cache-show`` command line option::
226226

227-
$ py.test --cache-clear
227+
$ py.test --cache-show
228228
======= test session starts ========
229229
platform linux -- Python 3.5.1, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
230230
rootdir: $REGENDOC_TMPDIR, inifile:

0 commit comments

Comments
 (0)