mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-21 09:28:03 +08:00
Add missing space in help (#534)
This commit is contained in:

committed by
Eric Larson

parent
3a6ca697e6
commit
f9f8d1fcca
@ -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',
|
||||
|
Reference in New Issue
Block a user