From be1dabd6a9ac65a0badb93edaedb1da4ef700c4d Mon Sep 17 00:00:00 2001 From: HEAD KANGAROO Date: Wed, 22 Jun 2016 13:43:11 +0100 Subject: [PATCH] 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 --- AUTHORS | 1 + doc/en/cache.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3e079b522..c35e66587 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Bruno Oliveira Cal Leeming Carl Friedrich Bolz Charles Cloud +Charnjit SiNGH (CCSJ) Chris Lamb Christian Theunert Christian Tismer 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: