diff options
-rw-r--r-- | cmd/podman/build.go | 1 |
1 files changed, 0 insertions, 1 deletions
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, |