From 11042b7d232f71e53bd5b0ad5ee30ca52ebba112 Mon Sep 17 00:00:00 2001 From: tuunit Date: Mon, 4 Dec 2023 21:32:52 +0000 Subject: [PATCH] slightly change the use descriptioN --- cmd/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/template.go b/cmd/template.go index 1c755b9..7a3613e 100644 --- a/cmd/template.go +++ b/cmd/template.go @@ -22,7 +22,7 @@ import ( ) var templateCmd = &cobra.Command{ - Use: "template [RELEASES...]", + Use: "template [RELEASE ...]", Short: "Render templates for all releases locally and display the output.", Long: ``, RunE: func(cmd *cobra.Command, args []string) error {