summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.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/commands.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/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 875b2aec8..baa349e1a 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -14,7 +14,6 @@ func getMainCommands() []*cobra.Command {
_attachCommand,
_commitCommand,
_createCommand,
- _diffCommand,
_execCommand,
_generateCommand,
_playCommand,
@@ -58,7 +57,6 @@ func getContainerSubCommands() []*cobra.Command {
_cleanupCommand,
_commitCommand,
_createCommand,
- _diffCommand,
_execCommand,
_exportCommand,
_killCommand,