diff --git a/man/oci-image-tool-create.1.md b/man/oci-image-tool-create.1.md index 2cf6a35..869a41f 100644 --- a/man/oci-image-tool-create.1.md +++ b/man/oci-image-tool-create.1.md @@ -6,7 +6,6 @@ oci-image-tool create \- Create an OCI runtime bundle # SYNOPSIS **oci-image-tool create** [src] [dest] [OPTIONS] -**oci-image-tool create** [--help|-v|--version] # DESCRIPTION `oci-image-tool create` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest/rootfs`, although the target directory is configurable with `--rootfs`. See **oci-image-tool unpack**(1) for more details on this process. @@ -27,9 +26,6 @@ runtime-spec-compatible `dest/config.json`. **--type**="" Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image" -**-v**, **--version** - Print version information and exit. - # EXAMPLES ``` $ skopeo copy docker://busybox oci:busybox-oci diff --git a/man/oci-image-tool-unpack.1.md b/man/oci-image-tool-unpack.1.md index d1aa934..9b2bccb 100644 --- a/man/oci-image-tool-unpack.1.md +++ b/man/oci-image-tool-unpack.1.md @@ -6,7 +6,6 @@ oci-image-tool unpack \- Unpack an image or image source layout # SYNOPSIS **oci-image-tool unpack** [src] [dest] [OPTIONS] -**oci-image-tool unpack** [--help|-v|--version] # DESCRIPTION `oci-image-tool unpack` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest`. @@ -21,9 +20,6 @@ oci-image-tool unpack \- Unpack an image or image source layout **--type**="" Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image" -**-v**, **--version** - Print version information and exit. - # EXAMPLES ``` $ skopeo copy docker://busybox oci:busybox-oci diff --git a/man/oci-image-tool-validate.1.md b/man/oci-image-tool-validate.1.md index 96028a6..31191e4 100644 --- a/man/oci-image-tool-validate.1.md +++ b/man/oci-image-tool-validate.1.md @@ -6,7 +6,6 @@ oci-image-tool validate \- Validate one or more image files # SYNOPSIS **oci-image-tool validate** FILE... [OPTIONS] -**oci-image-tool validate** [--help|-v|--version] # DESCRIPTION `oci-image-tool validate` validates the given file(s) against the OCI image specification. @@ -25,9 +24,6 @@ oci-image-tool validate \- Validate one or more image files **--type**="" Type of the file to validate. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image,manifest,imageIndex,config" -**-v**, **--version** - Print version information and exit. - # EXAMPLES ``` $ skopeo copy docker://busybox oci:busybox-oci diff --git a/man/oci-image-tool.1.md b/man/oci-image-tool.1.md index 1dcecb4..f8d446e 100644 --- a/man/oci-image-tool.1.md +++ b/man/oci-image-tool.1.md @@ -12,7 +12,6 @@ oci-image-tool \- OCI (Open Container Initiative) image tools # DESCRIPTION oci-image-tool is a collection of tools for working with the [OCI image specification](https://github.com/opencontainers/image-spec). - # OPTIONS **--help** Print usage statement.