summaryrefslogtreecommitdiff
path: root/cmd/podman/diff.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/diff.go')
-rw-r--r--cmd/podman/diff.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/diff.go b/cmd/podman/diff.go
index ae7d6c4bc..e2a3cd727 100644
--- a/cmd/podman/diff.go
+++ b/cmd/podman/diff.go
@@ -34,7 +34,6 @@ var (
func init() {
registry.Commands = append(registry.Commands, registry.CliCommand{
- Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode},
Command: diffCmd,
})
flags := diffCmd.Flags()