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:
parent
6bc9a2d563
commit
67f607a02f
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue