Skip to content

Commit

Permalink
Update cylc/flow/option_parsers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Melanie Hall <[email protected]>
  • Loading branch information
wxtim and datamel authored Nov 17, 2022
1 parent fe4597b commit 5e81153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/option_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def combine_options_pair(first_list, second_list):
`command-B has an option `-f` or `--fortran`` then
`command-A+B` will have options `--fortran` and `--file` but _not_
`-f`, which would be confusing.
- Arguments only apply to a single compnent of the compound CLI script.
- Arguments only apply to a single component of the compound CLI script.
"""
output = []
Expand Down

0 comments on commit 5e81153

Please sign in to comment.