diff --git a/internal/cmd/stack/flags.go b/internal/cmd/stack/flags.go index 140fdca..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", + Usage: "Any pre-initialization hooks as well the vendor-specific initialization procedure will be skipped", Value: false, }