From 6e6b18b636f096549cb4d0a3f22e19b1e50430bd Mon Sep 17 00:00:00 2001 From: Zane Dufour Date: Wed, 13 Nov 2024 20:41:25 -0500 Subject: [PATCH] spacectl stack task help text --- internal/cmd/stack/stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/stack/stack.go b/internal/cmd/stack/stack.go index 540d017..002ac3f 100644 --- a/internal/cmd/stack/stack.go +++ b/internal/cmd/stack/stack.go @@ -349,7 +349,7 @@ func Command() *cli.Command { { Category: "Run management", Name: "task", - Usage: "Perform a task in a workspace", + Usage: "Perform a task in a stack", Flags: []cli.Flag{ flagStackID, flagNoInit,