Skip to content

Commit

Permalink
chore: add preview feature mark to platform-specific attaching (oras-…
Browse files Browse the repository at this point in the history
…project#1337)

Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored and FeynmanZhou committed May 11, 2024
1 parent 89a3f4a commit 6dea74c
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 @@ -98,7 +98,7 @@ Example - Attach file to the manifest tagged 'v1' in an OCI image layout folder

cmd.Flags().StringVarP(&opts.artifactType, "artifact-type", "", "", "artifact type")
cmd.Flags().IntVarP(&opts.concurrency, "concurrency", "", 5, "concurrency level")
opts.FlagDescription = "attach to an arch-specific subject"
opts.FlagDescription = "[Preview] attach to an arch-specific subject"
_ = cmd.MarkFlagRequired("artifact-type")
opts.EnableDistributionSpecFlag()
option.ApplyFlags(&opts, cmd.Flags())
Expand Down

0 comments on commit 6dea74c

Please sign in to comment.