mirror of https://github.com/containers/podman.git
remove build alias
Signed-off-by: Seth Jennings <sjenning@redhat.com> Closes: #413 Approved by: mheon
This commit is contained in:
parent
d9cf162215
commit
afbb2a7f23
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue