From 67b218250d84d16ac59230ff71b3de269942b173 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 20 May 2024 04:38:47 -0600 Subject: [PATCH] fix: oras cp documentation (#1384) Signed-off-by: Terry Howe --- cmd/oras/root/cp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oras/root/cp.go b/cmd/oras/root/cp.go index bf59d5d0f..1f1036b69 100644 --- a/cmd/oras/root/cp.go +++ b/cmd/oras/root/cp.go @@ -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