Add missing initializers

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-01-31 14:05:53 -08:00
parent 60f6310b2d
commit 77f255a544
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var (
Usage: "runs the init process inside the namespace",
Action: initAction,
Flags: []cli.Flag{
cli.IntFlag{"fd", 0, "internal pipe fd"},
cli.IntFlag{Name: "fd", Value: 0, Usage: "internal pipe fd"},
},
}
)