From 18d20407c6a56ba24892ac10b273d35d0211bfc7 Mon Sep 17 00:00:00 2001 From: Toshiaki Inukai Date: Fri, 25 Mar 2022 09:33:32 +0000 Subject: [PATCH] Improve description for minikube cache command --- cmd/minikube/cmd/cache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/minikube/cmd/cache.go b/cmd/minikube/cmd/cache.go index efaab82972..dd06d215ea 100644 --- a/cmd/minikube/cmd/cache.go +++ b/cmd/minikube/cmd/cache.go @@ -38,8 +38,8 @@ const allFlag = "all" // cacheCmd represents the cache command var cacheCmd = &cobra.Command{ Use: "cache", - Short: "Add, delete, or push a local image into minikube", - Long: "Add, delete, or push a local image into minikube", + Short: "Manage cache for images", + Long: "Add an image into minikube as a local cache, or delete, reload the cached images", } // addCacheCmd represents the cache add command