aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-01-10 05:52:32 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2021-01-10 05:52:33 -0500
commit3d453f9d2e329aebc1dab12cd926b5084f224ac5 (patch)
treeb5c394fe0fd7045fe057ec235d6910b1d447c661 /docs
parentbc0fa658f7617454673f8e2faf9298bef2890ea0 (diff)
downloadpodman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.tar.gz
podman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.tar.bz2
podman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.zip
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 <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-build.1.md2
1 files changed, 1 insertions, 1 deletions
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**