summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJakub Guzik <jakubmguzik@gmail.com>2021-07-26 22:37:45 +0200
committerJakub Guzik <jakubmguzik@gmail.com>2021-07-26 22:37:45 +0200
commit7fa4d2cb18055d10847b2ede366205a44ec4a255 (patch)
tree9b4ded48c0f1662543f15a5ecc0e1e1304541503 /docs/source
parent4f5b19c5080543974c3498804b43d277271b2f33 (diff)
downloadpodman-7fa4d2cb18055d10847b2ede366205a44ec4a255.tar.gz
podman-7fa4d2cb18055d10847b2ede366205a44ec4a255.tar.bz2
podman-7fa4d2cb18055d10847b2ede366205a44ec4a255.zip
Add prune until filter test for podman volume cli
This commit follows work started in #10756. Changes made in #11015 enabled cli support for volume prune --filter until. Adding e2e test closes #10579. Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-volume-prune.1.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-volume-prune.1.md b/docs/source/markdown/podman-volume-prune.1.md
index 9477cb5d5..b9599c200 100644
--- a/docs/source/markdown/podman-volume-prune.1.md
+++ b/docs/source/markdown/podman-volume-prune.1.md
@@ -23,12 +23,8 @@ Do not prompt for confirmation.
Filter volumes to be pruned. Volumes can be filtered by the following attributes:
-- dangling
-- driver
- label
-- name
-- opt
-- scope
+- until
#### **--help**