Skip to content

Commit

Permalink
Merge pull request #6484 from hjoliver/play-help
Browse files Browse the repository at this point in the history
Tweak 'cylc play' resume help.
  • Loading branch information
oliver-sanders authored Nov 20, 2024
2 parents 140bef3 + 696393c commit 8ef6789
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cylc/flow/workflow_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,11 @@ class ContactFileFields:
Workflow "%(workflow)s" is already running, listening at "%(host)s:%(port)s".
To start a new run, stop the old one first with one or more of these:
If you like, you can stop it with one or more of the following commands:
* cylc stop %(workflow)s # wait for active tasks/event handlers
* cylc stop --kill %(workflow)s # kill active tasks and wait
* cylc stop --now %(workflow)s # don't wait for active tasks
* cylc stop --now --now %(workflow)s # don't wait
* cylc stop --now --now %(workflow)s # don't wait for tasks or handlers
* ssh -n "%(host)s" kill %(pid)s # final brute force!
"""

Expand Down

0 comments on commit 8ef6789

Please sign in to comment.