Remove restore as podman subcommand

The commands checkpoint and restore should only be available under
'podman container'. This is probably a result of the recent cobra
migration.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2019-02-27 06:44:53 +00:00
committed by Adrian Reber
parent 0e252f0437
commit 17135cb00b

View File

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