From d806da53de4c8090164ffcaa1561ff78101d2f08 Mon Sep 17 00:00:00 2001 From: Geoff Montee Date: Thu, 31 Oct 2024 06:53:31 -0700 Subject: [PATCH] Clarify details about sctool stop --disable (#4062) docs: 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..30bd3866f9 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 until it has been re-enabled with the 'sctool update --enabled' command. - name: help shorthand: h default_value: "false" diff --git a/pkg/command/stop/res.yaml b/pkg/command/stop/res.yaml index c1b5797d15..0116a642cc 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 until it has been re-enabled with the 'sctool update --enabled' command.