Signed-off-by: boucher <rboucher@gmail.com>
Upstream-commit: cb0ad4258b4c9615a16960c2a6125d2c40896d3b
Component: engine
This commit is contained in:
boucher
2016-08-30 10:10:09 -04:00
parent 7bef93723c
commit 86bd90005f

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
}