Make first character of command line option description upper case
This commit is contained in:
parent
33a4446c89
commit
aa9c2c158d
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user