mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00
remove build alias
Signed-off-by: Seth Jennings <sjenning@redhat.com> Closes: #413 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

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."
|
buildDescription = "podman build launches the Buildah command to build an OCI Image. Buildah must be installed for this command to work."
|
||||||
buildCommand = cli.Command{
|
buildCommand = cli.Command{
|
||||||
Name: "build",
|
Name: "build",
|
||||||
Aliases: []string{"build"},
|
|
||||||
Usage: "Build an image using instructions in a Dockerfile",
|
Usage: "Build an image using instructions in a Dockerfile",
|
||||||
Description: buildDescription,
|
Description: buildDescription,
|
||||||
Flags: buildFlags,
|
Flags: buildFlags,
|
||||||
|
Reference in New Issue
Block a user