Skip to content

Commit fd496e4

Browse files
elelayshAlex-Welsh
andauthored
multinode-inputs.py: better help text
Co-authored-by: Alex Welsh <[email protected]>
1 parent 7b14a1a commit fd496e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multinode-inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main() -> None:
5151
'--output-summary', '-s',
5252
type=argparse.FileType('w', encoding='UTF-8'),
5353
default=None,
54-
help="Generate a markdown table with selected inputs, can be '-' for stdout")
54+
help="Write a markdown summary table of selected inputs to a file (use '-' to write to stdout)")
5555
args = parser.parse_args()
5656

5757
scenario = random_scenario()

0 commit comments

Comments
 (0)