diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index 5efd7441..c6ff933a 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -20,7 +20,7 @@ Uses the system's trust policy to validate images, rejects images not trusted by **--all** If _source-image_ refers to a list of images, instead of copying just the image which matches the current OS and -architecture (subject to the use of the global --override-os and --override-arch options), attempt to copy all of +architecture (subject to the use of the global --override-os, --override-arch and --override-variant options), attempt to copy all of the images in the list, and the list itself. **--authfile** _path_ diff --git a/docs/skopeo.1.md b/docs/skopeo.1.md index dca05ec6..af99e7a4 100644 --- a/docs/skopeo.1.md +++ b/docs/skopeo.1.md @@ -58,6 +58,8 @@ Most commands refer to container images, using a _transport_`:`_details_ format. **--override-os** _OS_ Use _OS_ instead of the running OS for choosing images. + **--override-variant** _VARIANT_ Use _VARIANT_ instead of the running architecture variant for choosing images. + **--command-timeout** _duration_ Timeout for the command execution. **--help**|**-h** Show help