Skip to content

Commit

Permalink
add additional info to flagNoInit (#258)
Browse files Browse the repository at this point in the history
* add additional info to flagNoInit

* Update flags.go
  • Loading branch information
akmal-spacelift authored Sep 16, 2024
1 parent adc7be5 commit 2c160bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 2c160bc

Please sign in to comment.