From 2c160bc8b139381b6e6e9029c2bd24d8abbfa967 Mon Sep 17 00:00:00 2001 From: akmal-spacelift <164946548+akmal-spacelift@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:44:40 -0700 Subject: [PATCH] add additional info to flagNoInit (#258) * add additional info to flagNoInit * Update flags.go --- internal/cmd/stack/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }