summaryrefslogtreecommitdiff
path: root/cmd/kpod/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/kpod/main.go')
-rw-r--r--cmd/kpod/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/main.go b/cmd/kpod/main.go
index dfa57d689..708031dc9 100644
--- a/cmd/kpod/main.go
+++ b/cmd/kpod/main.go
@@ -37,6 +37,7 @@ func main() {
attachCommand,
createCommand,
diffCommand,
+ execCommand,
exportCommand,
historyCommand,
imagesCommand,
@@ -53,7 +54,6 @@ func main() {
psCommand,
pullCommand,
pushCommand,
- renameCommand,
rmCommand,
rmiCommand,
runCommand,