Remove unneeded parentheses from Python file (#12968)
This commit is contained in:
Родитель
b4b9cf5597
Коммит
317858ac76
|
@ -178,7 +178,7 @@ ARG_OUTPUT = Arg(
|
|||
"-o",
|
||||
"--output",
|
||||
),
|
||||
help=("Output format. Allowed values: json, yaml, table (default: table)"),
|
||||
help="Output format. Allowed values: json, yaml, table (default: table)",
|
||||
metavar="(table, json, yaml)",
|
||||
choices=("table", "json", "yaml"),
|
||||
default="table",
|
||||
|
|
Загрузка…
Ссылка в новой задаче