mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Add tests around new OptionManager methods
This commit is contained in:
parent
d6dbf797bc
commit
dcf696d678
2 changed files with 73 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ class OptionManager(object):
|
|||
"""Manage Options and OptionParser while adding post-processing."""
|
||||
|
||||
def __init__(self, prog=None, version=None,
|
||||
usage='%prog [options] input'):
|
||||
usage='%prog [options] file file ...'):
|
||||
"""Initialize an instance of an OptionManager.
|
||||
|
||||
:param str prog:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue