提交 fa1878df 编写于 作者: A Amador Pahim 提交者: GitHub

Merge pull request #1408 from ldoktor/mux-system2

avocado.plugins.multiplex: Change the `system-wide` shortcut
...@@ -48,7 +48,7 @@ class Multiplex(CLICmd): ...@@ -48,7 +48,7 @@ class Multiplex(CLICmd):
parser.add_argument('--filter-out', nargs='*', default=[], parser.add_argument('--filter-out', nargs='*', default=[],
help='Filter out path(s) from multiplexing') help='Filter out path(s) from multiplexing')
parser.add_argument('-s', '--system-wide', action='store_true', parser.add_argument('--system-wide', action='store_true',
help="Combine the files with the default " help="Combine the files with the default "
"tree.") "tree.")
parser.add_argument('-c', '--contents', action='store_true', parser.add_argument('-c', '--contents', action='store_true',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册