From 91c41cd6b31baf7c5f26633ba9de03a4200acc34 Mon Sep 17 00:00:00 2001 From: Jonathan Peirce Date: Tue, 22 May 2012 12:24:53 +0100 Subject: [PATCH] minor fix to docs/usage --- doc/usage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.txt b/doc/usage.txt index 56825c5e7..ea99c17ea 100644 --- a/doc/usage.txt +++ b/doc/usage.txt @@ -36,7 +36,7 @@ Stopping after the first (or N) failures To stop the testing process after the first (N) failures:: py.test -x # stop after first failure - py.test -maxfail=2 # stop after two failures + py.test --maxfail=2 # stop after two failures Specifying tests / selecting tests ---------------------------------------------------