polish the help text of flag

Signed-off-by: Dong Gang <dong.gang@daocloud.io>
pull/8227/head
Dong Gang 5 years ago committed by Vlad Fratila
parent 2e52267376
commit ec531c1731

@ -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