Signed-off-by: boucher <rboucher@gmail.com>
This commit is contained in:
boucher 2016-08-30 10:10:09 -04:00
parent f0647193dc
commit 9524caa317
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func newCreateCommand(dockerCli *command.DockerCli) *cobra.Command {
} }
flags := cmd.Flags() 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 return cmd
} }