Merge pull request #2460 from adrianreber/restore

Remove restore as podman subcommand
This commit is contained in:
OpenShift Merge Robot
2019-02-27 13:36:08 +01:00
committed by GitHub

View File

@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command {
_portCommand,
_refreshCommand,
_restartCommand,
_restoreCommand,
_rmCommand,
_runCommand,
_searchCommand,