root: same help text for version and --version
This commit is contained in:
parent
9916e6eb0a
commit
9f76db2d4a
@ -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…
Reference in New Issue
Block a user