]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs/development: Fix tox invocation for listing targets
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Fri, 5 Jan 2018 02:33:01 +0000 (13:33 +1100)
committerStephen Finucane <stephen@that.guru>
Tue, 9 Jan 2018 23:51:35 +0000 (23:51 +0000)
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
docs/development/contributing.rst

index 0cab79e5c1cdbc3fd5d177e2a3afdc97b9898f1d..8988c9ff6541719b79fdd32523777c93f47a5638 100644 (file)
@@ -45,7 +45,7 @@ to do. To start, you can show the default targets like so:
 
 .. code-block:: shell
 
-   $ tox --list
+   $ tox -l
 
 You'll see that this includes a number of targets to run unit tests against the
 different versions of Django supported, along with some other targets related