From a63194106a07fb89b613fec8c98be1bec4b74c7c Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Fri, 2 Aug 2024 03:01:43 -0600 Subject: [PATCH] fix: oras repo tags exlude-digest-tags documentation (#1467) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Terry Howe Co-authored-by: Maƫl Valais --- cmd/oras/root/repo/tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oras/root/repo/tags.go b/cmd/oras/root/repo/tags.go index b3daaffb1..c83d134cb 100644 --- a/cmd/oras/root/repo/tags.go +++ b/cmd/oras/root/repo/tags.go @@ -47,7 +47,7 @@ Example - Show tags of the target repository: oras repo tags localhost:5000/hello Example - Show tags in the target repository with digest-like tags hidden: - oras repo tags --exclude-digest-tag localhost:5000/hello + oras repo tags --exclude-digest-tags localhost:5000/hello Example - Show tags of the target repository that include values lexically after last: oras repo tags --last "last_tag" localhost:5000/hello