summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-28 18:06:30 +0200
committerGitHub <noreply@github.com>2019-06-28 18:06:30 +0200
commit9d49bda8f1346e0c92adc28e7066f8d8f9e6493b (patch)
tree14867deb224a980a9b3a80be905d0695fa4bc28b /cmd/podman/main.go
parent5e42bf071760bc09beea1d75345d7c95407a915a (diff)
parent93d3eb30a88aa1cd2f1159cf7917e10743fafa03 (diff)
downloadpodman-9d49bda8f1346e0c92adc28e7066f8d8f9e6493b.tar.gz
podman-9d49bda8f1346e0c92adc28e7066f8d8f9e6493b.tar.bz2
podman-9d49bda8f1346e0c92adc28e7066f8d8f9e6493b.zip
Merge pull request #3451 from ashley-cui/unmount
Remove umount command from remote client.
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 435efd559..248d63753 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -59,7 +59,6 @@ var mainCommands = []*cobra.Command{
_stopCommand,
_tagCommand,
_topCommand,
- _umountCommand,
_unpauseCommand,
_versionCommand,
_waitCommand,