avocado.plugins.run: Use "TEST_REFERENCE" metavar instead of url

This patch changes the metavar for `avocado run` positional argument to
fit the new naming convention.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 0d7d9304
......@@ -46,8 +46,9 @@ class Run(CLICmd):
"""
parser = super(Run, self).configure(parser)
parser.add_argument('url', type=str, default=[], nargs='*',
help='List of test IDs (aliases or paths)')
parser.add_argument("url", type=str, default=[], nargs='*',
metavar="TEST_REFERENCE",
help='List of test references (aliases or paths)')
parser.add_argument("-d", "--dry-run", action="store_true",
help="Instead of running the test only "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册