From 5c9a293713b058a1180663e9138af4618f14a06b 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 +- pkg/command/stop/res.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/sctool/partials/sctool_stop.yaml b/docs/source/sctool/partials/sctool_stop.yaml index 56a487065c..41cd326314 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" diff --git a/pkg/command/stop/res.yaml b/pkg/command/stop/res.yaml index c1b5797d15..4848f69d05 100644 --- a/pkg/command/stop/res.yaml +++ b/pkg/command/stop/res.yaml @@ -11,5 +11,5 @@ delete: | Permanently remove the task. disable: | - 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.