diff options
Diffstat (limited to 'cmd/podman/restart.go')
-rw-r--r-- | cmd/podman/restart.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/restart.go b/cmd/podman/restart.go index f94e745ed..a305b364a 100644 --- a/cmd/podman/restart.go +++ b/cmd/podman/restart.go @@ -39,7 +39,6 @@ func init() { flags.UintVarP(&restartCommand.Timeout, "timeout", "t", libpod.CtrRemoveTimeout, "Seconds to wait for stop before killing the container") flags.UintVar(&restartCommand.Timeout, "time", libpod.CtrRemoveTimeout, "Seconds to wait for stop before killing the container") - rootCmd.AddCommand(restartCommand.Command) } func restartCmd(c *cliconfig.RestartValues) error { |