1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: boucher <rboucher@gmail.com>
This commit is contained in:
boucher 2016-08-30 10:10:09 -04:00
parent d8fef66b03
commit cb0ad4258b

View file

@ -32,7 +32,7 @@ func newCreateCommand(dockerCli *command.DockerCli) *cobra.Command {
}
flags := cmd.Flags()
flags.BoolVar(&opts.leaveRunning, "leave-running", false, "leave the container running after checkpoing")
flags.BoolVar(&opts.leaveRunning, "leave-running", false, "leave the container running after checkpoint")
return cmd
}