root: same help text for version and --version

This commit is contained in:
iwilltry42 2020-07-17 10:02:32 +02:00
parent 9916e6eb0a
commit 9f76db2d4a
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -97,8 +97,8 @@ func init() {
rootCmd.AddCommand(&cobra.Command{
Use: "version",
Short: "Print k3d version",
Long: "Print k3d version",
Short: "Show k3d and default k3s version",
Long: "Show k3d and default k3s version",
Run: func(cmd *cobra.Command, args []string) {
printVersion()
},