Skip to content

Commit

Permalink
doc: fix typo in long description (oras-project#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored and Terry Howe committed Feb 2, 2023
1 parent 1f3babe commit e1b4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Example - Discover all the referrers of manifest 'hello:latest' in registry 'loc
oras discover localhost:5000/hello -o tree
Example - Discover referrers with type 'test-artifact' of manifest 'hello:latest' in registry 'localhost:5000':
oras discover --artifact test-artifact localhost:5000/hello
oras discover --artifact-type test-artifact localhost:5000/hello
`,
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit e1b4232

Please sign in to comment.