Skip to content

Commit

Permalink
fix: oras cp documentation (#1384)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
Terry Howe authored May 20, 2024
1 parent 06b0484 commit 67b2182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/root/cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Example - Copy an artifact and its referrers:
Example - Copy an artifact and referrers using specific methods for the Referrers API:
oras cp -r --from-distribution-spec v1.1-referrers-api --to-distribution-spec v1.1-referrers-tag \
localhost:5000/net-monitor:v1 localhost:6000/net-monitor-copy:v1
localhost:5000/net-monitor:v1 localhost:6000/net-monitor-copy:v1
Example - Copy certain platform of an artifact:
oras cp --platform linux/arm/v5 localhost:5000/net-monitor:v1 localhost:6000/net-monitor-copy:v1
Expand Down

0 comments on commit 67b2182

Please sign in to comment.