From d9fcf5a1b96adae12bb712b5f0ce7681a8833c16 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 16 Feb 2022 11:09:08 +0100 Subject: [PATCH] Fix doc --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0ecaadc..b7a7b9d 100644 --- a/main.go +++ b/main.go @@ -54,7 +54,7 @@ func main() { cmd.ChartsDir + "/" + cmd.AppName + ".\nThe appversion will be generated that way:\n" + "- if it's in a git project, it takes git version or tag\n" + - "- if it's not defined, so the version will be get from the --apVersion flag \n" + + "- if it's not defined, so the version will be get from the --app-version flag \n" + "- if it's not defined, so the 0.0.1 version is used", Run: func(c *cobra.Command, args []string) { force := c.Flag("force").Changed