Signed-off-by: boucher <rboucher@gmail.com>
This commit is contained in:
boucher
2016-09-08 21:31:56 -04:00
parent f0647193dc
commit 9524caa317
+1 -1
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
}