From 8075a9ee6f823e9d5ce0f983ef322af746f18783 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 3 May 2016 16:02:39 -0700 Subject: [PATCH] Change OCF to OCI in help string and man page. Signed-off-by: Mrunal Patel --- main.go | 2 +- man/runc.8.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index dfa6414cd..51b346488 100644 --- a/main.go +++ b/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 diff --git a/man/runc.8.md b/man/runc.8.md index 0ebedfad9..4aab73a47 100644 --- a/man/runc.8.md +++ b/man/runc.8.md @@ -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