From 457386f837c9992992e67d6d86b492385baa6e14 Mon Sep 17 00:00:00 2001 From: pelmini Date: Sun, 23 Aug 2020 15:10:43 -0700 Subject: [PATCH] Fixed typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cfc30553..3c0974e0 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ a checkout of the `pytest-xdist repository`_ :: Speed up test runs by sending tests to multiple CPUs ---------------------------------------------------- -To send tests to multiple CPUs, use the ``-n`` (or ``-numprocesses``) option:: +To send tests to multiple CPUs, use the ``-n`` (or ``--numprocesses``) option:: pytest -n NUMCPUS