diff --git a/internal/cmd/stack/flags.go b/internal/cmd/stack/flags.go index bfbee87..5a1926e 100644 --- a/internal/cmd/stack/flags.go +++ b/internal/cmd/stack/flags.go @@ -62,7 +62,7 @@ var flagRunLatest = &cli.BoolFlag{ var flagNoInit = &cli.BoolFlag{ Name: "noinit", - Usage: "Indicate whether to skip initialization for a task. Initializing the workspace before running a task means executing all the pre-initialization hooks as well as running the vendor-specific initialization procedure", + Usage: "Any pre-initialization hooks as well the vendor-specific initialization procedure will be skipped", Value: false, }