@@ -202,20 +202,20 @@ def parse_options(args):
202202
203203 parser .add_option ('-q' , '--quiet-level' ,
204204 action = 'store' , type = 'int' , default = 0 ,
205- help = 'Bitmask that allows codespell to run quietly.' \
205+ help = 'Bitmask that allows codespell to run quietly. ' \
206206 '0: the default, in which all messages are ' \
207207 'printed. 1: disable warnings about wrong ' \
208- 'encoding. 2: disable warnings about binary' \
209- ' file. 4: shut down warnings about automatic' \
210- ' fixes that were disabled in dictionary. ' \
208+ 'encoding. 2: disable warnings about binary ' \
209+ 'file. 4: shut down warnings about automatic ' \
210+ 'fixes that were disabled in dictionary. ' \
211211 '8: don\' t print anything for non-automatic ' \
212212 'fixes. 16: don\' t print fixed files.' )
213213
214214 parser .add_option ('-e' , '--hard-encoding-detection' ,
215215 action = 'store_true' , default = False ,
216- help = 'Use chardet to detect the encoding of each' \
217- 'file. This can slow down codespell, but is more' \
218- 'reliable to detect encodings other than utf-8,' \
216+ help = 'Use chardet to detect the encoding of each ' \
217+ 'file. This can slow down codespell, but is more ' \
218+ 'reliable in detecting encodings other than utf-8, ' \
219219 'iso8859-1 and ascii.' )
220220
221221
0 commit comments