提交 ae9e61a4 编写于 作者: L Lukáš Doktor

avocado.plugins.multiplex: Change the `system-wide` shortcut

The shortcut `-s` used for `--system-wide` clashes with `--silent|-s`
from the main apps arguments, disabling the output. This is the argparse
limitation so let's just remove the shortcut and let users use the full
argument instead.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 592535b8
......@@ -48,7 +48,7 @@ class Multiplex(CLICmd):
parser.add_argument('--filter-out', nargs='*', default=[],
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 "
"tree.")
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.
先完成此消息的编辑!
想要评论请 注册