ctr shim exec: fix cli flag

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-05-27 14:54:38 +00:00
parent 7fc91b0591
commit 967a4e0e5a

View File

@ -207,6 +207,10 @@ var shimExecCommand = cli.Command{
Name: "cwd", Name: "cwd",
Usage: "current working directory", Usage: "current working directory",
}, },
cli.StringFlag{
Name: "spec",
Usage: "runtime spec",
},
), ),
Action: func(context *cli.Context) error { Action: func(context *cli.Context) error {
service, err := getShimService() service, err := getShimService()