1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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 6bc9a2d563
commit 67f607a02f
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",