Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oci-image-tools [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)
# oci-image-tool [![Build Status](https://travis-ci.org/opencontainers/image-tools.svg?branch=master)](https://travis-ci.org/opencontainers/image-tools)

`oci-image-tools` is a collection of tools for working with the [OCI image format specification](https://github.com/opencontainers/image-spec).
`oci-image-tool` is a collection of tools for working with the [OCI image format specification](https://github.com/opencontainers/image-spec).

## Install

Expand Down
4 changes: 2 additions & 2 deletions man/oci-image-tool-create.1.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
% OCI(1) OCI-CREATE-RUNTIME-BUNDLE User Manuals
% OCI(1) OCI-IMAGE-TOOL User Manuals
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want OCI-IMAGE-TOOL-CREATE(1) OCI Image Tool User Manuals here to match the pattern set in Git's GIT-INIT(1) Git Manual (in git-init(1))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, already merged ;). I'll file a follow-up PR.

% OCI Community
% JULY 2016
# NAME
oci-image-tool-create \- Create an OCI runtime bundle
oci-image-tool create \- Create an OCI runtime bundle

# SYNOPSIS
**oci-image-tool create** [src] [dest] [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion man/oci-image-tool-unpack.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% OCI(1) OCI-UNPACK User Manuals
% OCI(1) OCI-IMAGE-TOOL User Manuals
% OCI Community
% JULY 2016
# NAME
Expand Down
2 changes: 1 addition & 1 deletion man/oci-image-tool-validate.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% OCI(1) OCI-IMAGE-VALIDATE User Manuals
% OCI(1) OCI-IMAGE-TOOL User Manuals
% OCI Community
% JULY 2016
# NAME
Expand Down