From 41a3d2f7a1d405f29e555456e0b43f36d9360c39 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Tue, 23 Sep 2025 10:04:17 -0600 Subject: [PATCH] Update pkg/cmd/list.go Co-authored-by: George Jenkins Signed-off-by: Terry Howe --- pkg/cmd/list.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/cmd/list.go b/pkg/cmd/list.go index 70264836b..f7c46f98f 100644 --- a/pkg/cmd/list.go +++ b/pkg/cmd/list.go @@ -36,9 +36,7 @@ import ( var listHelp = ` This command lists all of the releases for a specified namespace (uses current namespace context if namespace not specified). -By default, it lists all releases in any status including deployed, failed, -pending-upgrade, pending-install, pending-rollback, uninstalled, uninstalling, -superseded, and unknown. Individual status filters like '--deployed', '--failed', +By default, it lists all releases in any status. Individual status filters like '--deployed', '--failed', '--pending', '--uninstalled', '--superseded', and '--uninstalling' can be used to show only releases in specific states. Such flags can be combined: '--deployed --failed'.