diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 36c28696f..9cbb9eec7 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command { _restoreCommand, _runlabelCommand, _statsCommand, - _stopCommand, _umountCommand, } } |