summaryrefslogtreecommitdiff
path: root/cmd/podman/build.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/build.go')
-rw-r--r--cmd/podman/build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/build.go b/cmd/podman/build.go
index cebca18f1..fef93ac47 100644
--- a/cmd/podman/build.go
+++ b/cmd/podman/build.go
@@ -48,6 +48,7 @@ var (
func init() {
buildCommand.Command = _buildCommand
+ buildCommand.SetUsageTemplate(UsageTemplate())
flags := buildCommand.Flags()
flags.SetInterspersed(false)