Fix docs for --isolated flag

This commit is contained in:
Sargun Vohra 2018-09-09 19:22:58 -07:00
parent 9631dac52a
commit 21531962bf
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