Skip to content

Commit

Permalink
Document that enable can appear only once in the configuration file
Browse files Browse the repository at this point in the history
Close #486
  • Loading branch information
PCManticore committed Mar 6, 2016
1 parent 1d6eddf commit 5d58b6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pylint/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ def make_options():
'group': 'Messages control',
'help' : 'Enable the message, report, category or checker with the '
'given id(s). You can either give multiple identifier '
'separated by comma (,) or put this option multiple time. '
'separated by comma (,) or put this option multiple time '
'(only on the command line, not in the configuration file '
'where it should appear only once). '
'See also the "--disable" option for examples. '}),

('disable',
Expand Down

0 comments on commit 5d58b6d

Please sign in to comment.