Skip to content

Commit d1918d2

Browse files
committed
oci-image-tool.1: Fix "oci-image-tools" -> "oci-image-tool" typos
Generated with: $ sed -i 's/oci-image-tools/oci-image-tool/g' $(git grep -l oci-image-tools) Typos are from e60ff1d (cmd/oci-image-tool: add manuals, 2016-07-22, #180). Signed-off-by: W. Trevor King <[email protected]>
1 parent 6a9e9d3 commit d1918d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ oci-image-tool \- OCI (Open Container Initiative) image tool
2020
# COMMANDS
2121
**create-runtime-bundle**
2222
Create an OCI image runtime bundle
23-
See **oci-image-tools-create-runtime-bundle(1)** for full documentation on the **create-runtime-bundle** command.
23+
See **oci-image-tool-create-runtime-bundle(1)** for full documentation on the **create-runtime-bundle** command.
2424

2525
**unpack**
2626
Unpack an image or image source layout
27-
See **oci-image-tools-unpack(1)** for full documentation on the **unpack** command.
27+
See **oci-image-tool-unpack(1)** for full documentation on the **unpack** command.
2828

2929
**validate**
3030
Validate one or more image files

0 commit comments

Comments
 (0)