We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b14a1a commit fd496e4Copy full SHA for fd496e4
.github/workflows/multinode-inputs.py
@@ -51,7 +51,7 @@ def main() -> None:
51
'--output-summary', '-s',
52
type=argparse.FileType('w', encoding='UTF-8'),
53
default=None,
54
- help="Generate a markdown table with selected inputs, can be '-' for stdout")
+ help="Write a markdown summary table of selected inputs to a file (use '-' to write to stdout)")
55
args = parser.parse_args()
56
57
scenario = random_scenario()
0 commit comments