Merge pull request #800 from mrunalp/ocf_oci
Change OCF to OCI in help string and man page.
This commit is contained in:
commit
03ef0a2f89
2
main.go
2
main.go
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue