mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -248,7 +248,7 @@ func (f *Factory) BindFlags(flags *pflag.FlagSet) {
|
||||
// to do that automatically for every subcommand.
|
||||
flags.BoolVar(&f.clients.matchVersion, FlagMatchBinaryVersion, false, "Require server version to match client version")
|
||||
|
||||
// Normalize all flags that are comming from other packages or pre-configurations
|
||||
// Normalize all flags that are coming from other packages or pre-configurations
|
||||
// a.k.a. change all "_" to "-". e.g. glog package
|
||||
flags.SetNormalizeFunc(util.WordSepNormalizeFunc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user