@@ -53,9 +53,9 @@ var generateFlags = []cli.Flag{
5353 cli.StringFlag {Name : "os" , Value : runtime .GOOS , Usage : "operating system the container is created for" },
5454 cli.StringFlag {Name : "output" , Usage : "output file (defaults to stdout)" },
5555 cli.StringFlag {Name : "pid" , Usage : "pid namespace" },
56- cli.StringSliceFlag {Name : "poststart" , Usage : "path to poststart hooks" },
57- cli.StringSliceFlag {Name : "poststop" , Usage : "path to poststop hooks" },
58- cli.StringSliceFlag {Name : "prestart" , Usage : "path to prestart hooks" },
56+ cli.StringSliceFlag {Name : "poststart" , Usage : "set command to run in poststart hooks" },
57+ cli.StringSliceFlag {Name : "poststop" , Usage : "set command to run in poststop hooks" },
58+ cli.StringSliceFlag {Name : "prestart" , Usage : "set command to run in prestart hooks" },
5959 cli.BoolFlag {Name : "privileged" , Usage : "enable privileged container settings" },
6060 cli.BoolFlag {Name : "read-only" , Usage : "make the container's rootfs read-only" },
6161 cli.StringFlag {Name : "root-propagation" , Usage : "mount propagation for root" },
0 commit comments