From cc52aea7ffb70a2740ca0e399f2fc30a7cde669e Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Wed, 6 Feb 2019 17:24:48 -0600 Subject: [PATCH] add long description of chart export Signed-off-by: Josh Dolitsky --- cmd/helm/chart_export.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/helm/chart_export.go b/cmd/helm/chart_export.go index 696a5243f..cf57f0668 100644 --- a/cmd/helm/chart_export.go +++ b/cmd/helm/chart_export.go @@ -26,7 +26,11 @@ import ( ) const chartExportDesc = ` -TODO +Export a chart stored in local registry cache. + +This will create a new directory with the name of +the chart, in a format that developers can modify +and check into source control if desired. ` func newChartExportCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {