polish the help text of flag

Signed-off-by: Dong Gang <dong.gang@daocloud.io>
pull/8438/head
Dong Gang 5 years ago
parent 1dfe66aa85
commit 3ee7047827

@ -152,7 +152,7 @@ func addShowFlags(subCmd *cobra.Command, client *action.Show) {
f.BoolVar(&client.Devel, "devel", false, "use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored")
if subCmd.Name() == "values" {
f.StringVar(&client.JSONPathTemplate, "jsonpath", "", "use jsonpath output format")
f.StringVar(&client.JSONPathTemplate, "jsonpath", "", "supply a JSONPath expression to filter the output")
}
addChartPathOptionsFlags(f, &client.ChartPathOptions)

Loading…
Cancel
Save