diff --git a/pages/common/crane-copy.md b/pages/common/crane-copy.md index 91fc9bb93da85b..6a3f8c830b083e 100644 --- a/pages/common/crane-copy.md +++ b/pages/common/crane-copy.md @@ -5,20 +5,20 @@ - Copy an image from source to target: -`crane copy {{source}} {{target}}` +`crane {{[cp|copy]}} {{source}} {{target}}` - Copy all tags: -`crane copy {{source}} {{target}} {{[-a|--all-tags]}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-a|--all-tags]}}` - Set the maximum number of concurrent copies, defaults to GOMAXPROCS: -`crane copy {{source}} {{target}} {{[-j|--jobs]}} {{int}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-j|--jobs]}} {{int}}` - Avoid overwriting existing tags in target: -`crane copy {{source}} {{target}} {{[-n|--no-clobber]}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-n|--no-clobber]}}` - Display help: -`crane copy {{[-h|--help]}}` +`crane {{[cp|copy]}} {{[-h|--help]}}` diff --git a/pages/common/crane.md b/pages/common/crane.md index 32cc60d0223123..d2174d8c913cca 100644 --- a/pages/common/crane.md +++ b/pages/common/crane.md @@ -30,7 +30,7 @@ - Efficiently copy a remote image from `src` to `dst` while retaining the digest value: -`crane copy src dst {{[-a|--all-tags]}}` +`crane {{[cp|copy]}} {{source}} {{destination}} {{[-a|--all-tags]}}` - Delete an image reference from its registry: