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,