Merge branch 'fix-doc-for-isolated' into 'master'

Fix docs for --isolated flag

See merge request pycqa/flake8!247
This commit is contained in:
Ian Stapleton Cordasco 2018-10-20 12:10:23 +00:00
commit a2b7a7e4c5
3 changed files with 3 additions and 3 deletions

View file

@ -207,7 +207,7 @@ def register_default_options(option_manager):
add_option(
'--isolated', default=False, action='store_true',
help='Ignore all found configuration files.',
help='Ignore all configuration files.',
)
# Benchmarking