diff options
Diffstat (limited to 'cmd/podman/stop.go')
-rw-r--r-- | cmd/podman/stop.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/stop.go b/cmd/podman/stop.go index e2c16fe20..4700b2dde 100644 --- a/cmd/podman/stop.go +++ b/cmd/podman/stop.go @@ -42,8 +42,6 @@ func init() { flags.BoolVarP(&stopCommand.Latest, "latest", "l", false, "Act on the latest container podman is aware of") flags.UintVar(&stopCommand.Timeout, "time", libpod.CtrRemoveTimeout, "Seconds to wait for stop before killing the container") flags.UintVarP(&stopCommand.Timeout, "timeout", "t", libpod.CtrRemoveTimeout, "Seconds to wait for stop before killing the container") - - rootCmd.AddCommand(stopCommand.Command) } func stopCmd(c *cliconfig.StopValues) error { |