Adjust message for clarity

pull/13957/head
klaases 2022-04-12 15:26:26 -07:00
parent 6787bcf6b2
commit d5a3fc48fd
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ func validateUser(drvName string) {
return
}
out.ErrT(style.Stopped, `The "{{.driver_name}}" driver should not be used with root privileges. If you still wish to continue, use --force.`, out.V{"driver_name": drvName})
out.ErrT(style.Stopped, `The "{{.driver_name}}" driver should not be used with root privileges. If you wish to continue as root, use --force.`, out.V{"driver_name": drvName})
out.ErrT(style.Tip, "If you are running minikube within a VM, consider using --driver=none:")
out.ErrT(style.Documentation, " {{.url}}", out.V{"url": "https://minikube.sigs.k8s.io/docs/reference/drivers/none/"})