minor: fix docs

Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
pull/5704/head
Abhilash Gnan 6 years ago
parent 2743020db5
commit ef4862c640

@ -137,7 +137,7 @@ func newListCmd(client helm.Interface, out io.Writer) *cobra.Command {
f.UintVar(&list.colWidth, "col-width", 60, "specifies the max column width of output") f.UintVar(&list.colWidth, "col-width", 60, "specifies the max column width of output")
f.StringVar(&list.output, "output", "", "output the specified format (json or yaml)") f.StringVar(&list.output, "output", "", "output the specified format (json or yaml)")
f.BoolVarP(&list.byChartName, "chart-name", "c", false, "sort by chart name") f.BoolVarP(&list.byChartName, "chart-name", "c", false, "sort by chart name")
f.BoolVarP(&list.byNamespace, "namespace-name", "n", false, "sort by namespace name") f.BoolVarP(&list.byNamespace, "namespace-name", "n", false, "sort by release's namespace name")
// TODO: Do we want this as a feature of 'helm list'? // TODO: Do we want this as a feature of 'helm list'?
//f.BoolVar(&list.superseded, "history", true, "show historical releases") //f.BoolVar(&list.superseded, "history", true, "show historical releases")

Loading…
Cancel
Save