Update checkpoint comments to be more accurate

Signed-off-by: boucher <rboucher@gmail.com>
This commit is contained in:
boucher 2016-09-09 12:13:46 -04:00
parent 9524caa317
commit 272868566b
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ import (
"github.com/spf13/cobra"
)
// NewCheckpointCommand returns a cobra command for `checkpoint` subcommands
// NewCheckpointCommand appends the `checkpoint` subcommands to rootCmd (only in experimental)
func NewCheckpointCommand(rootCmd *cobra.Command, dockerCli *command.DockerCli) {
}

View File

@ -11,7 +11,7 @@ import (
"github.com/docker/docker/cli/command"
)
// NewCheckpointCommand returns a cobra command for `checkpoint` subcommands
// NewCheckpointCommand appends the `checkpoint` subcommands to rootCmd
func NewCheckpointCommand(rootCmd *cobra.Command, dockerCli *command.DockerCli) {
cmd := &cobra.Command{
Use: "checkpoint",