Make first character of command line option description upper case

This commit is contained in:
jbuzzard 2016-05-17 11:16:11 -07:00
parent 33a4446c89
commit aa9c2c158d

View File

@ -157,7 +157,7 @@ def parseOpts(overrideArguments=None):
general.add_option(
'--no-generic-extractor',
action='store_true', dest='no_generic_extractor', default=False,
help='prevent extraction from using the generic extractor')
help='Prevent extraction from using the generic extractor')
general.add_option(
'--default-search',
dest='default_search', metavar='PREFIX',