root: same help text for version and --version

pull/307/head v3.0.0
iwilltry42 4 years ago
parent 9916e6eb0a
commit 9f76db2d4a
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 4
      cmd/root.go

@ -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()
},

Loading…
Cancel
Save