diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2016-03-20 13:36:04 +0000 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-03-20 13:36:04 +0000 |
| commit | b425c00ff0d5617a2a3769383bd5cb9844cdc85a (patch) | |
| tree | 5daeb1570cd8798d4e99897692c89cb067601569 | |
| parent | 771c5da528bd10b6b0a8b4dd3d006218e8e5e26f (diff) | |
| parent | caf4dca5987a9e6750acf30ea6d5724766ded05d (diff) | |
| download | pylint-git-b425c00ff0d5617a2a3769383bd5cb9844cdc85a.tar.gz | |
Merge pull request #855 from jwilk/spelling
Fix typo in the symilar manpage
| -rw-r--r-- | man/symilar.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/symilar.1 b/man/symilar.1 index 7975db526..0b5455905 100644 --- a/man/symilar.1 +++ b/man/symilar.1 @@ -30,7 +30,7 @@ show help message and exit .IP "-d <min_duplicated_lines>, --duplicates <min_duplicated_lines>" minimum number of identical lines that should trigger a similarity message. Default is 4. So if it finds 3 identical lines, there will be no message, but -4 identical lines will be mentionned. +4 identical lines will be mentioned. .IP "-i, --ignore-comments" ignore differences concerning only stuff behind a '#' (Python comments). This means that if just a comment was added, the message will still be triggered. |
