Skip to content

Commit

Permalink
fix: oras repo tags exlude-digest-tags documentation (#1467)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
Co-authored-by: Maël Valais <[email protected]>
  • Loading branch information
Terry Howe and maelvls authored Aug 2, 2024
1 parent 061344b commit 003f703
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 @@ -46,7 +46,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 003f703

Please sign in to comment.