Skip to content

Commit f66907e

Browse files
authored
docs: fix typo in help text of 'attach' command (oras-project#1477)
Signed-off-by: Nick Miyake <[email protected]>
1 parent 8986d6d commit f66907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/oras/root/attach.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func attachCmd() *cobra.Command {
5555
5656
** This command is in preview and under development. **
5757
58-
Example - Attach file 'hi.txt' with aritifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
58+
Example - Attach file 'hi.txt' with artifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
5959
oras attach --artifact-type doc/example localhost:5000/hello:v1 hi.txt
6060
6161
Example - Attach file 'hi.txt' to a specific artifact with platform 'linux/amd64' in multi-arch index 'hello:v1'

0 commit comments

Comments
 (0)