Skip to content

Commit 57889b0

Browse files
authored
fix(docs): remove a discover example with -v (#1742)
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
1 parent f74a9f4 commit 57889b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/oras/root/discover.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ Example - [Experimental] Discover referrers and format output with Go template:
7373
Example - [Experimental] Discover only direct referrers, displayed in json view:
7474
oras discover localhost:5000/hello:v1 --format json --depth 1
7575
76-
Example - Discover all the referrers of manifest with annotations, displayed in a tree view:
77-
oras discover -v localhost:5000/hello:v1
78-
7976
Example - Discover referrers with type 'test-artifact' of manifest 'hello:v1' in registry 'localhost:5000':
8077
oras discover --artifact-type test-artifact localhost:5000/hello:v1
8178

0 commit comments

Comments
 (0)