From f6e60138e809be6d429d1ee5bc0ee3a290e12fac 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 424f3f7d3..3c15a0954 100644 --- a/pkg/cmd/list.go +++ b/pkg/cmd/list.go @@ -37,9 +37,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'.