From 3d453f9d2e329aebc1dab12cd926b5084f224ac5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 10 Jan 2021 05:52:32 -0500 Subject: podman build --force-rm defaults to true in code The man page and code should match for what is the default settings. Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-build.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 5de3124bb..32b14a267 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -294,7 +294,7 @@ If you specify `-f -`, the Containerfile contents will be read from stdin. #### **--force-rm**=*true|false* Always remove intermediate containers after a build, even if the build fails -(default false). +(default true). #### **--format** -- cgit v1.2.3-54-g00ecf