summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-03-29 10:20:16 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-04-04 12:26:29 -0400
commit3e066e29202118e6cca60be516ddc08cc7a9060e (patch)
tree9a2bad85f0ca17592e6936aaf3ac13bdc3f08252 /docs
parent7309e38ddda4245a786bb92d036f7836328818c9 (diff)
downloadpodman-3e066e29202118e6cca60be516ddc08cc7a9060e.tar.gz
podman-3e066e29202118e6cca60be516ddc08cc7a9060e.tar.bz2
podman-3e066e29202118e6cca60be516ddc08cc7a9060e.zip
Volume force-remove now removed dependent containers
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-volume-rm.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/podman-volume-rm.1.md b/docs/podman-volume-rm.1.md
index c23d7675c..8c3765235 100644
--- a/docs/podman-volume-rm.1.md
+++ b/docs/podman-volume-rm.1.md
@@ -21,7 +21,8 @@ Remove all volumes.
**-f**, **--force**=""
-Remove a volume by force, even if it is being used by a container
+Remove a volume by force.
+If it is being used by containers, the containers will be removed first.
**--help**