remove build alias

Signed-off-by: Seth Jennings <sjenning@redhat.com>

Closes: #413
Approved by: mheon
This commit is contained in:
Seth Jennings
2018-02-27 15:35:37 -06:00
committed by Atomic Bot
parent d9cf162215
commit afbb2a7f23

View File

@ -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,