diff --git a/pkg/minikube/reason/reason.go b/pkg/minikube/reason/reason.go index f4e8a96231a056e3a8786060e5a8385f4e66f72c..ee406919d95ba9fa71c1ccae25024321a2540201 100644 --- a/pkg/minikube/reason/reason.go +++ b/pkg/minikube/reason/reason.go @@ -181,7 +181,7 @@ var ( RsrcInsufficientPodmanStorage = Kind{ ID: "RSRC_PODMAN_STORAGE", ExitCode: ExInsufficientStorage, - Advice: `Try at least one of the following to free up space on the device: + Advice: `Try one or more of the following to free up space on the device: 1. Run "sudo podman system prune" to remove unused podman data 2. Run "minikube ssh -- docker system prune" if using the Docker container runtime`,