diff --git a/pkg/cmd/flags.go b/pkg/cmd/flags.go index 1aef6430a..55633e62b 100644 --- a/pkg/cmd/flags.go +++ b/pkg/cmd/flags.go @@ -89,7 +89,7 @@ func (ws *waitValue) Set(s string) error { *ws = waitValue(kube.StatusWatcherStrategy) return nil case "false": - slog.Warn("--wait=false is deprecated (boolean value) and can be replaced by omitting the --wait flag") + slog.Warn("--wait=false is deprecated (boolean value) and can be replaced with --wait=hookOnly") *ws = waitValue(kube.HookOnlyStrategy) return nil default: