From c0bf0ba9e5bfa3df343dd3364c0ee2d8c737ae59 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 28 Jan 2021 18:00:22 +0100 Subject: podman build --pull: refine help message and docs Refine and correct the wording of the `--pull` flag in the help message and the docs. Signed-off-by: Valentin Rothberg --- docs/source/markdown/podman-build.1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/source/markdown/podman-build.1.md') diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 61c05fdef..e05678e2c 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -455,9 +455,8 @@ not required for Buildah as it supports only Linux. #### **--pull** -When the option is specified or set to "true", pull the image from the first -registry it is found in as listed in registries.conf. Raise an error if not -found in the registries, even if the image is present locally. +When the option is specified or set to "true", pull the image. Raise an error +if the image could not be pulled, even if the image is present locally. If the option is disabled (with *--pull=false*) or not specified, pull the image from the registry only if the image is not present locally. Raise an -- cgit v1.2.3-54-g00ecf