From ab2ff4f49f91a0b7443a9fe38796d139a5398d57 Mon Sep 17 00:00:00 2001 From: Johannes Wienke Date: Wed, 6 Jun 2018 16:22:52 +0200 Subject: [PATCH] Fix invocatioon documentation --enabled-extensions -> --enable-extensions --- docs/source/user/invocation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index c469f37..2d1e5a4 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -119,7 +119,7 @@ And you should see something like: errors on lines with "# noqa" at the end. --show-source Show the source generate each error or warning. --statistics Count errors and warnings. - --enabled-extensions=ENABLED_EXTENSIONS + --enable-extensions=ENABLED_EXTENSIONS Enable plugins and extensions that are otherwise disabled by default --exit-zero Exit with status code "0" even if there are errors.