@@ -40,9 +40,9 @@ var generateFlags = []cli.Flag{
4040	cli.StringFlag {Name : "cgroups-path" , Usage : "specify the path to the cgroups" },
4141	cli.StringFlag {Name : "mount-cgroups" , Value : "no" , Usage : "mount cgroups (rw,ro,no)" },
4242	cli.StringSliceFlag {Name : "bind" , Usage : "bind mount directories src:dest:(rw,ro)" },
43- 	cli.StringSliceFlag {Name : "prestart" , Usage : "path to  prestart hooks" },
44- 	cli.StringSliceFlag {Name : "poststart" , Usage : "path to  poststart hooks" },
45- 	cli.StringSliceFlag {Name : "poststop" , Usage : "path to  poststop hooks" },
43+ 	cli.StringSliceFlag {Name : "prestart" , Usage : "set command to run in  prestart hooks" },
44+ 	cli.StringSliceFlag {Name : "poststart" , Usage : "set command to run in  poststart hooks" },
45+ 	cli.StringSliceFlag {Name : "poststop" , Usage : "set command to run in  poststop hooks" },
4646	cli.StringFlag {Name : "root-propagation" , Usage : "mount propagation for root" },
4747	cli.StringFlag {Name : "os" , Value : runtime .GOOS , Usage : "operating system the container is created for" },
4848	cli.StringFlag {Name : "arch" , Value : runtime .GOARCH , Usage : "architecture the container is created for" },
0 commit comments