Skip to content

Commit

Permalink
Fix missing version flag on update do subcommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jan 11, 2024
1 parent 18870c6 commit 488eb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newUpdateCmd(c *config, name string) *cobra.Command {
},
}

updateCmd.Flags().StringP("version", "v", "", `the version to update to, by default updates to the supported version, use "latest" to update to latest version`)
updateDoCmd.Flags().StringP("version", "v", "", `the version to update to, by default updates to the supported version, use "latest" to update to latest version`)

updateCmd.AddCommand(updateCheckCmd)
updateCmd.AddCommand(updateDoCmd)
Expand Down

0 comments on commit 488eb80

Please sign in to comment.