Skip to content

Commit

Permalink
fix: oras repo tags exlude-digest-tags documentation (oras-project#1467)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Co-authored-by: Maël Valais <mael@vls.dev>
  • Loading branch information
2 people authored and qweeah committed Dec 5, 2024
1 parent 98ae4c9 commit a631941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/root/repo/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a631941

Please sign in to comment.