mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
framework/command: Fix help string for --config cmdline argument
This commit is contained in:
parent
c8fb995eca
commit
068ab9559d
@ -23,7 +23,7 @@ from wa.utils.doc import format_body
|
||||
|
||||
def init_argument_parser(parser):
|
||||
parser.add_argument('-c', '--config', action='append', default=[],
|
||||
help='specify an additional config.py')
|
||||
help='specify an additional config.yaml')
|
||||
parser.add_argument('-v', '--verbose', action='count',
|
||||
help='The scripts will produce verbose output.')
|
||||
parser.add_argument('--version', action='version',
|
||||
|
Loading…
x
Reference in New Issue
Block a user