From 0cfa7a93288224a4a2be56d533704d6c280229c0 Mon Sep 17 00:00:00 2001 From: Geoff Montee Date: Mon, 7 Oct 2024 13:52:14 -0700 Subject: [PATCH] Clarify details about sctool stop --disable --- docs/source/sctool/partials/sctool_stop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/sctool/partials/sctool_stop.yaml b/docs/source/sctool/partials/sctool_stop.yaml index 56a487065..41cd32631 100644 --- a/docs/source/sctool/partials/sctool_stop.yaml +++ b/docs/source/sctool/partials/sctool_stop.yaml @@ -17,7 +17,7 @@ options: - name: disable default_value: "false" usage: | - Do not run in future, can be later enabled. + Prevents the task from running in the future until the task has been re-enabled with the `sctool (backup|repair) update --enabled=true` command. - name: help shorthand: h default_value: "false"