From c82ec8e8987055d5a321c1c75e3a764458e896a8 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Fri, 18 Mar 2016 14:02:42 +0800 Subject: [PATCH] Fix help info of init command Signed-off-by: Qiang Huang --- start.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/start.go b/start.go index 6a157b79..65863e94 100644 --- a/start.go +++ b/start.go @@ -80,10 +80,8 @@ is a directory with a specification file and a root filesystem.`, } var initCommand = cli.Command{ - Name: "init", - Usage: `init is used to initialize the containers namespaces and launch the users process. - This command should not be called outside of runc. - `, + Name: "init", + Usage: `initialize the namespaces and launch the process (do not call it outside of runc)`, Action: func(context *cli.Context) { runtime.GOMAXPROCS(1) runtime.LockOSThread()