From ade20bcbcf41882d0acaf13479e878c00025394f Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 25 Jul 2016 14:07:03 -0700 Subject: [PATCH] fix(cmd): set description for inspect --- cmd/helm/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/inspect.go b/cmd/helm/inspect.go index b3276fc41..9c10c4fb3 100644 --- a/cmd/helm/inspect.go +++ b/cmd/helm/inspect.go @@ -49,7 +49,7 @@ func newInspectCmd(c helm.Interface, out io.Writer) *cobra.Command { cc := &cobra.Command{ Use: "inspect [CHART]", Short: "inspect a chart", - Long: installDesc, + Long: inspectDesc, RunE: func(cmd *cobra.Command, args []string) error { if err := checkArgsLength(1, len(args), "chart name"); err != nil { return err