Skip to content

Commit 7be3718

Browse files
committed
Clarify trigger command help.
1 parent d4edafa commit 7be3718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cylc/flow/scripts/trigger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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 (submitted, running) tasks will be ignored.
3131
3232
Examples:
3333
# trigger task foo in cycle 1234 in test
@@ -40,7 +40,7 @@
4040
$ cylc trigger --flow=new test//1234/foo
4141
4242
Flows:
43-
Active tasks (in the n=0 window) already belong to a flow.
43+
Waiting tasks in the active window (n=0) already belong to a flow.
4444
* by default, if triggered, they run in the same flow
4545
* or with --flow=all, they are assigned all active flows
4646
* or with --flow=INT or --flow=new, the original and new flows are merged

0 commit comments

Comments
 (0)