Skip to content

Commit f60ac3f

Browse files
Merge pull request #6530 from hjoliver/trigger-help-tweak
Clarify trigger command help.
2 parents 7b793c5 + 3884da9 commit f60ac3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cylc/flow/scripts/trigger.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
running) at once. They release tasks to run when their active task count
2828
drops below the queue limit.
2929
30-
Attempts to trigger active tasks will be ignored.
30+
Attempts to trigger active (preparing, submitted, running)
31+
tasks will be ignored.
3132
3233
Examples:
3334
# trigger task foo in cycle 1234 in test
@@ -40,7 +41,7 @@
4041
$ cylc trigger --flow=new test//1234/foo
4142
4243
Flows:
43-
Active tasks (in the n=0 window) already belong to a flow.
44+
Waiting tasks in the active window (n=0) already belong to a flow.
4445
* by default, if triggered, they run in the same flow
4546
* or with --flow=all, they are assigned all active flows
4647
* or with --flow=INT or --flow=new, the original and new flows are merged

0 commit comments

Comments
 (0)