fix(search/repo): fix typo in help text

Signed-off-by: Mateusz Szostok <szostok.mateusz@gmail.com>
pull/6785/head
Mateusz Szostok 6 years ago
parent 63c6378bf6
commit dd53ab5e47

@ -44,13 +44,13 @@ supply a version number with the '--version' flag.
Examples: Examples:
# Searches only for stable releases, prerelease versions will be skipped # Searches only for stable releases, prerelease versions will be skipped
helm repo search helm search repo
# Searches for releases and prereleases (alpha, beta, and release candidate releases) # Searches for releases and prereleases (alpha, beta, and release candidate releases)
helm repo search --devel helm search repo --devel
# searches only for release in version 1.0.0 # Searches only for release in version 1.0.0
helm repo search --version 1.0.0 helm search repo --version 1.0.0
Repositories are managed with 'helm repo' commands. Repositories are managed with 'helm repo' commands.
` `

Loading…
Cancel
Save