Add missing space in help (#534)

This commit is contained in:
Vincent Lefèvre
2018-06-04 15:18:16 +02:00
committed by Eric Larson
parent 3a6ca697e6
commit f9f8d1fcca

View File

@ -225,7 +225,7 @@ def parse_options(args):
parser.add_option('-I', '--ignore-words',
action='append', metavar='FILE',
help='File that contains words which will be ignored '
'by codespell. File must contain 1 word per line.'
'by codespell. File must contain 1 word per line. '
'Words are case sensitive based on how they are '
'written in codespell_lib/data/dictionary.txt')
parser.add_option('-r', '--regex',