Skip to content

Commit

Permalink
fix(helm): clarify that the Chart destination is still needed for
Browse files Browse the repository at this point in the history
subcommands
  • Loading branch information
poopoothegorilla committed Oct 21, 2016
1 parent 6eb0cbb commit 6e72351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/helm/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func newInspectCmd(c helm.Interface, out io.Writer) *cobra.Command {
}

valuesSubCmd := &cobra.Command{
Use: "values",
Use: "values [CHART]",
Short: "shows inspect values",
Long: inspectValuesDesc,
RunE: func(cmd *cobra.Command, args []string) error {
Expand All @@ -103,7 +103,7 @@ func newInspectCmd(c helm.Interface, out io.Writer) *cobra.Command {
}

chartSubCmd := &cobra.Command{
Use: "chart",
Use: "chart [CHART]",
Short: "shows inspect chart",
Long: inspectChartDesc,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 6e72351

Please sign in to comment.