diff --git a/cmd/build.go b/cmd/build.go index ac0d756a..2adfa511 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -14,7 +14,7 @@ func NewBuildCmd(globalCfg *config.GlobalImpl) *cobra.Command { cmd := &cobra.Command{ Use: "build", - Short: "Build all resources from state file only when there are changes", + Short: "Build all resources from state file", RunE: func(cmd *cobra.Command, args []string) error { err := config.NewCLIConfigImpl(buildImpl.GlobalImpl) if err != nil {