Add missing initializers
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
60f6310b2d
commit
77f255a544
|
@ -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"},
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue