From 645707c631e9df0c7f68e78ee8d62c5fec1d83da Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Mon, 2 Dec 2024 10:10:49 +1300 Subject: [PATCH] Fix command help text [skip ci] --- cylc/flow/scripts/pause.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cylc/flow/scripts/pause.py b/cylc/flow/scripts/pause.py index ee969251bb..ad439d5448 100644 --- a/cylc/flow/scripts/pause.py +++ b/cylc/flow/scripts/pause.py @@ -20,8 +20,8 @@ Pause a workflow. -This suspends submission of all tasks until the workflow is resumed, except -for tasks manually triggered "now" with `cylc trigger --now`. +This suspends all automatic job submission until the workflow is resumed. +Manually triggered tasks will still run. Examples: # pause my_workflow