From 4b7304ce0e1f5fab4dd2ad2f95af8449e98435ef Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 30 Oct 2019 13:36:20 -0400 Subject: [PATCH] Updating the usage language for search repo Signed-off-by: Matt Farina --- cmd/helm/search_repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/search_repo.go b/cmd/helm/search_repo.go index 1bc279050..68d0135c7 100644 --- a/cmd/helm/search_repo.go +++ b/cmd/helm/search_repo.go @@ -50,7 +50,7 @@ Examples: # Search for release versions matching the keyword "nginx", including pre-release versions $ helm search repo nginx --devel - # Search for the latest patch release for nginx-ingress 1.x + # Search for the latest stable release for nginx-ingress with a major version of 1 $ helm search repo nginx-ingress --version ^1.0.0 Repositories are managed with 'helm repo' commands.