diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-05-11 21:31:02 -0400 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-05-11 21:31:02 -0400 |
commit | 9acb65af4c1072f16bbd8f60bd92c0b05c93be6e (patch) | |
tree | 50307595b179465ecb098954a08789e251bd5e03 /man | |
parent | 5ccbf9eaa54c0c302c9180bdfb745566c16e416d (diff) | |
download | pylint-git-9acb65af4c1072f16bbd8f60bd92c0b05c93be6e.tar.gz |
Remove the gui references from the man
Diffstat (limited to 'man')
-rw-r--r-- | man/epylint.1 | 2 | ||||
-rw-r--r-- | man/pylint.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/epylint.1 b/man/epylint.1 index 2a2396431..e3df9773f 100644 --- a/man/epylint.1 +++ b/man/epylint.1 @@ -11,4 +11,4 @@ current package to avoid import error messages. See \'s manpage for information about all available options. .SH "SEE ALSO" -.B pylint(1), pylint-gui(1) +.B pylint(1) diff --git a/man/pylint.1 b/man/pylint.1 index d3024e34a..6f644efef 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -26,7 +26,7 @@ and much more. Additionally, it is possible to write plugins to add your own checks. -Pylint is shipped with "pylint-gui", "pyreverse" (UML diagram generator) +Pylint is shipped with "pyreverse" (UML diagram generator) and "symilar" (an independent similarities checker). .SH OPTIONS |