Skip to content

Commit

Permalink
oci-image-tool.1: Fix "oci-image-tools" -> "oci-image-tool" typos
Browse files Browse the repository at this point in the history
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,
opencontainers#180).

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Aug 31, 2016
1 parent 6a9e9d3 commit d1918d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/oci-image-tool/man/oci-image-tool.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ oci-image-tool \- OCI (Open Container Initiative) image tool
# COMMANDS
**create-runtime-bundle**
Create an OCI image runtime bundle
See **oci-image-tools-create-runtime-bundle(1)** for full documentation on the **create-runtime-bundle** command.
See **oci-image-tool-create-runtime-bundle(1)** for full documentation on the **create-runtime-bundle** command.

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

**validate**
Validate one or more image files
Expand Down

0 comments on commit d1918d2

Please sign in to comment.