diff --git a/tpl/main.go b/tpl/main.go index 009524c..4429b82 100644 --- a/tpl/main.go +++ b/tpl/main.go @@ -87,7 +87,7 @@ func init() { {{ end }} // Cobra also supports local flags, which will only run // when this action is called directly. - rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") + rootCmd.Flags().BoolP("toggle", "t", false, "help message for toggle") } {{ if .Viper -}}