Skip to content

Commit

Permalink
Update cylc/flow/scheduler_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <hilary.j.oliver@gmail.com>
  • Loading branch information
wxtim and hjoliver authored Aug 25, 2020
1 parent fdab5bc commit 87d64aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scheduler_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def get_option_parser(is_restart, add_std_opts=False):

parser.add_option(
"--abort-if-any-task-fails", "--fragile",
help="If set workflow will abort with status 1 if any task fails.",
help="If set scheduler will abort with status 1 if any task fails.",
action="store_true", default=False, dest="abort_if_any_task_fails"
)

Expand Down

0 comments on commit 87d64aa

Please sign in to comment.