Skip to content

Commit

Permalink
docs: fix typo in help text of 'attach' command (oras-project#1477)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Miyake <nmiyake@palantir.com>
  • Loading branch information
nmiyake committed Aug 14, 2024
1 parent 8986d6d commit f66907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/root/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func attachCmd() *cobra.Command {
** This command is in preview and under development. **
Example - Attach file 'hi.txt' with aritifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
Example - Attach file 'hi.txt' with artifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
oras attach --artifact-type doc/example localhost:5000/hello:v1 hi.txt
Example - Attach file 'hi.txt' to a specific artifact with platform 'linux/amd64' in multi-arch index 'hello:v1'
Expand Down

0 comments on commit f66907e

Please sign in to comment.