diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-13 21:45:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 21:45:13 +0100 |
commit | 6c3d383b50439058c57b9f3235643aaf168d3148 (patch) | |
tree | c56162c26cd3f84182189f8a0e7927e336ad0811 /docs | |
parent | 796ae87b1a3444557644944ddeb7cb37e303ef83 (diff) | |
parent | 649331cb18427321d4640783e0ce4b61b83e567e (diff) | |
download | podman-6c3d383b50439058c57b9f3235643aaf168d3148.tar.gz podman-6c3d383b50439058c57b9f3235643aaf168d3148.tar.bz2 podman-6c3d383b50439058c57b9f3235643aaf168d3148.zip |
Merge pull request #4845 from baude/pruneforce
clarify cont
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-container-prune.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-prune.1.md b/docs/source/markdown/podman-container-prune.1.md index 856843a80..eaecee304 100644 --- a/docs/source/markdown/podman-container-prune.1.md +++ b/docs/source/markdown/podman-container-prune.1.md @@ -11,6 +11,9 @@ podman-container-prune - Remove all stopped containers from local storage ## OPTIONS +**--force**, **-f** +Do not provide an interactive prompt for container removal. + **-h**, **--help** Print usage statement |