help message fixed
This commit is contained in:
parent
2f225e2340
commit
c08a2b6638
@ -78,7 +78,8 @@ class Arguments(object):
|
|||||||
)
|
)
|
||||||
self.parser.add_argument(
|
self.parser.add_argument(
|
||||||
'-c', '--config',
|
'-c', '--config',
|
||||||
help='Specify configuration file (default: %(default)s).',
|
help='Specify configuration file (default: %(default)s). '
|
||||||
|
'Multiple --config options may be used.',
|
||||||
dest='config',
|
dest='config',
|
||||||
action='append',
|
action='append',
|
||||||
type=str,
|
type=str,
|
||||||
|
Loading…
Reference in New Issue
Block a user