Unverified Commit db9520dd authored by Matt Farina's avatar Matt Farina Committed by GitHub

Merge pull request #6834 from mattfarina/naming-tweak

Update language on search usage
parents 77ca445c ae6a33fc
......@@ -46,7 +46,7 @@ Examples:
# Search for release versions matching the keyword "nginx", including pre-release versions
helm search 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 nginx-ingress --version ^1.0.0
Repositories are managed with 'helm repo' commands.
......
......@@ -20,7 +20,7 @@ Examples:
# Search for release versions matching the keyword "nginx", including pre-release versions
helm search 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 nginx-ingress --version ^1.0.0
Repositories are managed with 'helm repo' commands.
......@@ -73,4 +73,4 @@ helm search [keyword] [flags]
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 25-Oct-2019
###### Auto generated by spf13/cobra on 30-Oct-2019
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment