From 93d3eb30a88aa1cd2f1159cf7917e10743fafa03 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Thu, 27 Jun 2019 16:44:00 -0400 Subject: Remove umount command from remote client. Since there is no mount command, it does not make sense to have umount. Signed-off-by: Ashley Cui --- cmd/podman/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 04b1e80cf..7c15f7c38 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, -- cgit v1.2.3-54-g00ecf