Skip to content

Commit d62cbff

Browse files
authored
Merge pull request #130 from q384566678/zz-test
man: remove the extra OPTION
2 parents 261e335 + 8cb2948 commit d62cbff

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

man/oci-image-tool-create.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ oci-image-tool create \- Create an OCI runtime bundle
66

77
# SYNOPSIS
88
**oci-image-tool create** [src] [dest] [OPTIONS]
9-
**oci-image-tool create** [--help|-v|--version]
109

1110
# DESCRIPTION
1211
`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`.
2726
**--type**=""
2827
Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image"
2928

30-
**-v**, **--version**
31-
Print version information and exit.
32-
3329
# EXAMPLES
3430
```
3531
$ skopeo copy docker://busybox oci:busybox-oci

man/oci-image-tool-unpack.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ oci-image-tool unpack \- Unpack an image or image source layout
66

77
# SYNOPSIS
88
**oci-image-tool unpack** [src] [dest] [OPTIONS]
9-
**oci-image-tool unpack** [--help|-v|--version]
109

1110
# DESCRIPTION
1211
`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
2120
**--type**=""
2221
Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image"
2322

24-
**-v**, **--version**
25-
Print version information and exit.
26-
2723
# EXAMPLES
2824
```
2925
$ skopeo copy docker://busybox oci:busybox-oci

man/oci-image-tool-validate.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ oci-image-tool validate \- Validate one or more image files
66

77
# SYNOPSIS
88
**oci-image-tool validate** FILE... [OPTIONS]
9-
**oci-image-tool validate** [--help|-v|--version]
109

1110
# DESCRIPTION
1211
`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
2524
**--type**=""
2625
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"
2726

28-
**-v**, **--version**
29-
Print version information and exit.
30-
3127
# EXAMPLES
3228
```
3329
$ skopeo copy docker://busybox oci:busybox-oci

man/oci-image-tool.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ oci-image-tool \- OCI (Open Container Initiative) image tools
1212
# DESCRIPTION
1313
oci-image-tool is a collection of tools for working with the [OCI image specification](https://github.com/opencontainers/image-spec).
1414

15-
1615
# OPTIONS
1716
**--help**
1817
Print usage statement.

0 commit comments

Comments
 (0)