Fix invocatioon documentation

--enabled-extensions -> --enable-extensions
This commit is contained in:
Johannes Wienke 2018-06-06 16:22:52 +02:00 committed by GitHub
parent 33e7eae53a
commit ab2ff4f49f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.