diff options
author | Adrian Reber <areber@redhat.com> | 2019-02-27 06:44:53 +0000 |
---|---|---|
committer | Adrian Reber <adrian@lisas.de> | 2019-02-27 07:46:29 +0100 |
commit | 17135cb00b9e58daa29a8d5ce76782316111b96e (patch) | |
tree | 0ef406939cefbab1bd497dd9d45a642abf0c5245 /cmd | |
parent | 0e252f043707fe4ca556751ee9b23243ce22e3f3 (diff) | |
download | podman-17135cb00b9e58daa29a8d5ce76782316111b96e.tar.gz podman-17135cb00b9e58daa29a8d5ce76782316111b96e.tar.bz2 podman-17135cb00b9e58daa29a8d5ce76782316111b96e.zip |
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>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
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, |