From ceb953c5b01623800e0035c8f8377cb1c67cf755 Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Wed, 16 Aug 2017 22:25:51 +0800 Subject: [PATCH] fix typo --- cmd/helm/fetch.go | 2 +- docs/helm/helm_fetch.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/helm/fetch.go b/cmd/helm/fetch.go index a639e7f02..70b99ae62 100644 --- a/cmd/helm/fetch.go +++ b/cmd/helm/fetch.go @@ -38,7 +38,7 @@ also be used to perform cryptographic verification of a chart without installing the chart. There are options for unpacking the chart after download. This will create a -directory for the chart and uncomparess into that directory. +directory for the chart and uncompress into that directory. If the --verify flag is specified, the requested chart MUST have a provenance file, and MUST pass the verification process. Failure in any part of this will diff --git a/docs/helm/helm_fetch.md b/docs/helm/helm_fetch.md index 6556c74f8..56996774e 100644 --- a/docs/helm/helm_fetch.md +++ b/docs/helm/helm_fetch.md @@ -13,7 +13,7 @@ also be used to perform cryptographic verification of a chart without installing the chart. There are options for unpacking the chart after download. This will create a -directory for the chart and uncomparess into that directory. +directory for the chart and uncompress into that directory. If the --verify flag is specified, the requested chart MUST have a provenance file, and MUST pass the verification process. Failure in any part of this will @@ -54,4 +54,4 @@ helm fetch [flags] [chart URL | repo/chartname] [...] ### SEE ALSO * [helm](helm.md) - The Helm package manager for Kubernetes. -###### Auto generated by spf13/cobra on 23-Jun-2017 +###### Auto generated by spf13/cobra on 17-Aug-2017