diff options
Diffstat (limited to 'cmd/podman/restore.go')
-rw-r--r-- | cmd/podman/restore.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/restore.go b/cmd/podman/restore.go index daee635f0..5f28c3087 100644 --- a/cmd/podman/restore.go +++ b/cmd/podman/restore.go @@ -42,7 +42,6 @@ func init() { // TODO: add ContainerStateCheckpointed flags.BoolVar(&restoreCommand.TcpEstablished, "tcp-established", false, "Checkpoint a container with established TCP connections") - rootCmd.AddCommand(restoreCommand.Command) } func restoreCmd(c *cliconfig.RestoreValues) error { |