Skip to content

Commit

Permalink
root: same help text for version and --version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Jul 17, 2020
1 parent 9916e6e commit 9f76db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down

0 comments on commit 9f76db2

Please sign in to comment.