Merge pull request #13856 from t-inu/issue12809

Improve description for minikube cache command
pull/13975/head
Medya Ghazizadeh 2022-04-18 15:54:40 -07:00 committed by GitHub
commit 2c776978d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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