From afbb2a7f234f911d0ea99e5ad0bcee2bf1f18475 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 27 Feb 2018 15:35:37 -0600 Subject: remove build alias Signed-off-by: Seth Jennings Closes: #413 Approved by: mheon --- cmd/podman/build.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/build.go') diff --git a/cmd/podman/build.go b/cmd/podman/build.go index 090232364..c7f95f5e5 100644 --- a/cmd/podman/build.go +++ b/cmd/podman/build.go @@ -69,7 +69,6 @@ var ( buildDescription = "podman build launches the Buildah command to build an OCI Image. Buildah must be installed for this command to work." buildCommand = cli.Command{ Name: "build", - Aliases: []string{"build"}, Usage: "Build an image using instructions in a Dockerfile", Description: buildDescription, Flags: buildFlags, -- cgit v1.2.3-54-g00ecf