Skip to content

Commit

Permalink
Apply suggestions from code review [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
hjoliver and MetRonnie authored Feb 28, 2024
1 parent 397a589 commit d105dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/scripts/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# the active window (and start checking its xtriggers, if any):
$ cylc set --pre=all my_workflow//3/bar
# complete the "file" custom output of 3/bar:
# complete the "file1" custom output of 3/bar:
$ cylc set --out=file1 my_workflow//3/bar
# satisfy the "3/bar:file1" prerequisite of 3/qux:
Expand Down Expand Up @@ -151,7 +151,7 @@ def get_option_parser() -> COP:
help=(
"Satisfy task prerequisites. For multiple prerequisites"
" re-use the option, or give a comma-separated list, or"
' use "--out=all" to satisfy all prerequisites, if any.'
' use "--pre=all" to satisfy all prerequisites, if any.'
" PREREQUISITE format: 'cycle/task[:OUTPUT]', where"
" :OUTPUT defaults to :succeeded."
),
Expand Down

0 comments on commit d105dff

Please sign in to comment.