cli: adapt "upgrade check" reference to conventions

This commit is contained in:
Thomas Tendyck 2023-02-12 22:55:39 +01:00 committed by Thomas Tendyck
parent 77bd537fb4
commit a076587956
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ func NewRootCmd() *cobra.Command {
must(rootCmd.MarkPersistentFlagFilename("config", "yaml"))
rootCmd.PersistentFlags().Bool("debug", false, "enable debug logging")
rootCmd.PersistentFlags().Bool("force", false, "disables version validation errors - might result in corrupted clusters")
rootCmd.PersistentFlags().Bool("force", false, "disable version compatibility checks - might result in corrupted clusters")
rootCmd.AddCommand(cmd.NewConfigCmd())
rootCmd.AddCommand(cmd.NewCreateCmd())