Merge pull request #800 from mrunalp/ocf_oci

Change OCF to OCI in help string and man page.
This commit is contained in:
Michael Crosby 2016-05-05 14:11:59 -07:00
commit 03ef0a2f89
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ const (
usage = `Open Container Initiative runtime
runc is a command line client for running applications packaged according to
the Open Container Format (OCF) and is a compliant implementation of the
the Open Container Initiative (OCI) format and is a compliant implementation of the
Open Container Initiative specification.
runc integrates well with existing process supervisors to provide a production

View File

@ -6,7 +6,7 @@
# DESCRIPTION
runc is a command line client for running applications packaged according to
the Open Container Format (OCF) and is a compliant implementation of the
the Open Container Initiative (OCI) format and is a compliant implementation of the
Open Container Initiative specification.
runc integrates well with existing process supervisors to provide a production