Skip to content

Commit

Permalink
Remove restore as podman subcommand
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adrianreber committed Feb 27, 2019
1 parent 0e252f0 commit 17135cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/podman/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command {
_portCommand,
_refreshCommand,
_restartCommand,
_restoreCommand,
_rmCommand,
_runCommand,
_searchCommand,
Expand Down

0 comments on commit 17135cb

Please sign in to comment.