Merge pull request #658 from hqhq/hq_fix_init_help_info

Fix help info of init command
This commit is contained in:
Mrunal Patel 2016-03-18 09:38:17 -07:00
commit b336a84aeb
1 changed files with 2 additions and 4 deletions

View File

@ -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()