summaryrefslogtreecommitdiff
path: root/cmd/podman/build.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-07-26 16:10:46 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-27 02:17:29 +0000
commitf9152d075a3175ad62f77b3166c3cb0df2c310f2 (patch)
treeb097946e3ff4f53138eba68e8983f453e8298213 /cmd/podman/build.go
parentc1424095983992f56ffa50e79c0139cef8893f6d (diff)
downloadpodman-f9152d075a3175ad62f77b3166c3cb0df2c310f2.tar.gz
podman-f9152d075a3175ad62f77b3166c3cb0df2c310f2.tar.bz2
podman-f9152d075a3175ad62f77b3166c3cb0df2c310f2.zip
Cleanup descriptions and help information
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1167 Approved by: baude
Diffstat (limited to 'cmd/podman/build.go')
-rw-r--r--cmd/podman/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/build.go b/cmd/podman/build.go
index f966ff32f..ab39003bc 100644
--- a/cmd/podman/build.go
+++ b/cmd/podman/build.go
@@ -20,7 +20,7 @@ var (
"or more Dockerfiles and a specified build context directory."
buildCommand = cli.Command{
Name: "build",
- Usage: "build an image using instructions from Dockerfiles",
+ Usage: "Build an image using instructions from Dockerfiles",
Description: buildDescription,
Flags: append(buildahcli.BudFlags, buildahcli.FromAndBudFlags...),
Action: buildCmd,