From b17cf19a2eab5664375c8578531940cafe4aa035 Mon Sep 17 00:00:00 2001 From: Abhilash Gnan Date: Wed, 23 Sep 2020 20:03:30 +0200 Subject: [PATCH] fix example time format Signed-off-by: Abhilash Gnan --- cmd/helm/list.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/list.go b/cmd/helm/list.go index 87f7f2ecc..cec17a245 100644 --- a/cmd/helm/list.go +++ b/cmd/helm/list.go @@ -47,8 +47,8 @@ regular expressions (Perl compatible) that are applied to the list of releases. Only items that match the filter will be returned. $ helm list --filter 'ara[a-z]+' - NAME UPDATED CHART - maudlin-arachnid 1977-09-02 22:04:05.46104 +0000 UTC alpine-0.1.0 + NAME UPDATED CHART + maudlin-arachnid 2020-06-18 14:17:46.125134977 +0000 UTC alpine-0.1.0 If no results are found, 'helm list' will exit 0, but with no output (or in the case of no '-q' flag, only headers).