From 17135cb00b9e58daa29a8d5ce76782316111b96e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 27 Feb 2019 06:44:53 +0000 Subject: 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 --- cmd/podman/commands.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman') diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index fadcca689..73e02e27a 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command { _portCommand, _refreshCommand, _restartCommand, - _restoreCommand, _rmCommand, _runCommand, _searchCommand, -- cgit v1.2.3-54-g00ecf