diff options
author | Seth Jennings <sjenning@redhat.com> | 2018-02-27 15:35:37 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-27 22:32:56 +0000 |
commit | afbb2a7f234f911d0ea99e5ad0bcee2bf1f18475 (patch) | |
tree | 95d9ab92db215f9a19c553b1e9dc9d2ce6ab7e0b | |
parent | d9cf1622158eba5c8269a9fdf57bedd528009527 (diff) | |
download | podman-afbb2a7f234f911d0ea99e5ad0bcee2bf1f18475.tar.gz podman-afbb2a7f234f911d0ea99e5ad0bcee2bf1f18475.tar.bz2 podman-afbb2a7f234f911d0ea99e5ad0bcee2bf1f18475.zip |
remove build alias
Signed-off-by: Seth Jennings <sjenning@redhat.com>
Closes: #413
Approved by: mheon
-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, |