Skip to content

Commit 2bea7d4

Browse files
authored
Merge pull request #95 from q384566678/info-test
Fix information
2 parents d7e27f1 + 614575b commit 2bea7d4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

cmd/oci-create-runtime-bundle/oci-create-runtime-bundle.1.md

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

77
# SYNOPSIS
88
**oci-create-runtime-bundle** [src] [dest] [flags]
9-
**oci-create-runtime-bundle** [--help|--version]
9+
**oci-create-runtime-bundle** [--help|-v|--version]
1010

1111
# DESCRIPTION
1212
`oci-create-runtime-bundle` 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-unpack**(1) for more details on this process.
@@ -18,16 +18,16 @@ runtime-spec-compatible `dest/config.json`.
1818
**--help**
1919
Print usage statement
2020

21-
**--ref**
21+
**--ref**=""
2222
The ref pointing to the manifest of the OCI image. This must be present in the "refs" subdirectory of the image. (default "v1.0")
2323

24-
**--rootfs**
24+
**--rootfs**=""
2525
A directory representing the root filesystem of the container in the OCI runtime bundle. It is strongly recommended to keep the default value. (default "rootfs")
2626

27-
**--type**
27+
**--type**=""
2828
Type of the file to unpack. If unset, oci-create-runtime-bundle will try to auto-detect the type. One of "imageLayout,image"
2929

30-
**--version**
30+
**-v**, **--version**
3131
Print version information and exit.
3232

3333
# EXAMPLES

cmd/oci-image-validate/oci-image-validate.1.md

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

77
# SYNOPSIS
88
**oci-image-validate** FILE... [flags]
9-
**oci-image-validate** [--help|--version]
9+
**oci-image-validate** [--help|-v|--version]
1010

1111
# DESCRIPTION
1212
`oci-image-validate` validates the given file(s) against the OCI image specification.
@@ -16,16 +16,16 @@ oci-image-validate \- Validate one or more image files
1616
**--help**
1717
Print usage statement
1818

19-
**--ref** NAME
19+
**--ref**=[]
2020
The reference to validate (should point to a manifest).
2121
Can be specified multiple times to validate multiple references.
2222
`NAME` must be present in the `refs` subdirectory of the image.
2323
Only applicable if type is image or imageLayout.
2424

25-
**--type**
25+
**--type**=""
2626
Type of the file to validate. If unset, oci-image-validate will try to auto-detect the type. One of "imageLayout,image,manifest,manifestList,config"
2727

28-
**--version**
28+
**-v**, **--version**
2929
Print version information and exit.
3030

3131
# EXAMPLES

cmd/oci-unpack/oci-unpack.1.md

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

77
# SYNOPSIS
88
**oci-unpack** [src] [dest] [flags]
9-
**oci-unpack** [--help|--version]
9+
**oci-unpack** [--help|-v|--version]
1010

1111
# DESCRIPTION
1212
`oci-unpack` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest`.
@@ -15,13 +15,13 @@ oci-unpack \- Unpack an image or image source layout
1515
**--help**
1616
Print usage statement
1717

18-
**--ref**
18+
**--ref**=""
1919
The ref pointing to the manifest to be unpacked. This must be present in the "refs" subdirectory of the image. (default "v1.0")
2020

21-
**--type**
21+
**--type**=""
2222
Type of the file to unpack. If unset, oci-unpack will try to auto-detect the type. One of "imageLayout,image"
2323

24-
**--version**
24+
**-v**, **--version**
2525
Print version information and exit.
2626

2727
# EXAMPLES

0 commit comments

Comments
 (0)