diff --git a/cmd/helm/repo_index.go b/cmd/helm/repo_index.go index b49363c7571c5172c6eb13af03ad097ed664a8ad..636d900900470a4efe9aff62e201fcc7a865655a 100644 --- a/cmd/helm/repo_index.go +++ b/cmd/helm/repo_index.go @@ -38,7 +38,7 @@ func newRepoIndexCmd(out io.Writer) *cobra.Command { cmd := &cobra.Command{ Use: "index [flags] [DIR]", - Short: "generate an index file for a chart repository given a directory", + Short: "generate an index file given a directory containing packaged charts", RunE: func(cmd *cobra.Command, args []string) error { if err := checkArgsLength(len(args), "path to a directory"); err != nil { return err