From ef4862c640d559548a330724c7ffceae939c147e Mon Sep 17 00:00:00 2001 From: Abhilash Gnan Date: Thu, 9 May 2019 21:27:25 +0200 Subject: [PATCH] minor: fix docs Signed-off-by: Abhilash Gnan --- cmd/helm/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/list.go b/cmd/helm/list.go index b06d92d59..b3c7a249e 100644 --- a/cmd/helm/list.go +++ b/cmd/helm/list.go @@ -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.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.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'? //f.BoolVar(&list.superseded, "history", true, "show historical releases")