diff --git a/pkg/minikube/out/out.go b/pkg/minikube/out/out.go index 0043bc8750..2beb61042e 100644 --- a/pkg/minikube/out/out.go +++ b/pkg/minikube/out/out.go @@ -255,7 +255,7 @@ func SuccessT(format string, a ...V) { Step(style.Success, format, a...) } -// FatalT is a shortcut for writing a templated fatal message to stderr +// FatalT does Not Exit - it is only a shortcut for writing a templated fatal message to stderr. func FatalT(format string, a ...V) { ErrT(style.Fatal, format, a...) }