aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-03 11:16:42 -0700
committerGitHub <noreply@github.com>2019-04-03 11:16:42 -0700
commit42757c18553bb2e6865efed4c912e3361012c49c (patch)
tree6fc8cf07f8751043f1c0ee25ad664810fd597d84 /cmd/podman/main.go
parent662ae6c0edd65db396c184c288fa93fce8023879 (diff)
parent576a80b0d75182a5ae12985c47bd31da72a51bc8 (diff)
downloadpodman-42757c18553bb2e6865efed4c912e3361012c49c.tar.gz
podman-42757c18553bb2e6865efed4c912e3361012c49c.tar.bz2
podman-42757c18553bb2e6865efed4c912e3361012c49c.zip
Merge pull request #2825 from baude/remotediff
add remote-client diff
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 1ea7f74bf..cff9a6961 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -36,6 +36,7 @@ var (
// implemented.
var mainCommands = []*cobra.Command{
_buildCommand,
+ _diffCommand,
_eventsCommand,
_exportCommand,
_historyCommand,