diff --git a/plugin/cmd/kube-scheduler/app/server.go b/plugin/cmd/kube-scheduler/app/server.go index 93982f898e3..0f6f274c15e 100644 --- a/plugin/cmd/kube-scheduler/app/server.go +++ b/plugin/cmd/kube-scheduler/app/server.go @@ -156,7 +156,7 @@ func NewOptions() (*Options, error) { func (o *Options) Complete() error { if len(o.ConfigFile) == 0 { - glog.Warning("WARNING: all flags than --config are deprecated. Please begin using a config file ASAP.") + glog.Warning("WARNING: all flags other than --config are deprecated. Please begin using a config file ASAP.") o.applyDeprecatedHealthzAddressToConfig() o.applyDeprecatedHealthzPortToConfig() o.applyDeprecatedAlgorithmSourceOptionsToConfig()