diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index ef8debe42..4b0641d82 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -50,7 +50,6 @@ func getContainerSubCommands() []*cobra.Command { _restoreCommand, _runlabelCommand, _statsCommand, - _stopCommand, _umountCommand, } } @@ -75,6 +74,7 @@ func getSystemSubCommands() []*cobra.Command { return []*cobra.Command{ _renumberCommand, _dfSystemCommand, + _migrateCommand, } } |