mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +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):
|
def init_argument_parser(parser):
|
||||||
parser.add_argument('-c', '--config', action='append', default=[],
|
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',
|
parser.add_argument('-v', '--verbose', action='count',
|
||||||
help='The scripts will produce verbose output.')
|
help='The scripts will produce verbose output.')
|
||||||
parser.add_argument('--version', action='version',
|
parser.add_argument('--version', action='version',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user