Improve description for minikube cache command

pull/13856/head
Toshiaki Inukai 2022-03-25 09:33:32 +00:00
parent 3b184d1f65
commit 18d20407c6
1 changed files with 2 additions and 2 deletions

View File

@ -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