diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-01-19 16:32:34 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-20 05:41:24 +0000 |
commit | 67f06cf1cfda17387bd094f671672c6b51b2c5cd (patch) | |
tree | 1398abdec1b9362f9d076cf9db6fbe2e72930f72 /docs/podman-build.1.md | |
parent | 94000cc26326fe47587c6f5dc36953c6d1e4a528 (diff) | |
download | podman-67f06cf1cfda17387bd094f671672c6b51b2c5cd.tar.gz podman-67f06cf1cfda17387bd094f671672c6b51b2c5cd.tar.bz2 podman-67f06cf1cfda17387bd094f671672c6b51b2c5cd.zip |
Touchup build to add missing -q flag
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #247
Approved by: rhatdan
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 8b991e2cf..6ca22678a 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -52,7 +52,7 @@ Recognized formats include *oci* (OCI image-spec v1.0, the default) and Pull the image even if a version of the image is already present. -**--quiet** +**-q, --quiet** Suppress output messages which indicate which instruction is being processed, and of progress when pulling images from a registry, and when writing the |