We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abab1cc commit 304a4c3Copy full SHA for 304a4c3
doc/whatsnew/fragments/5701.other
@@ -2,7 +2,6 @@ You can now set the ``files`` option in configuration files and on the command l
2
Passing files without the ``--files`` flag is still supported. This allows to set
3
``files`` to ``files = my_source_directory`` and invoking ``pylint`` with only
4
the ``pylint`` command similar to how other CLI tools allow to do so.
5
-The help message can always be invoked with ``pylint -h`` as well as with
6
-``pylint`` if the ``files`` option is not set.
+The help message can always be invoked with ``pylint -h`` or ``pylint --help``.
7
8
Closes #5701
0 commit comments