From 0997cf012ab7d941142eb90bc8da2ac0f93beb5a Mon Sep 17 00:00:00 2001 From: Jake Correnti Date: Thu, 13 Jul 2023 11:26:25 -0400 Subject: [PATCH] Fix `podman container prune` docs for `--filter` Fixes an error in the `podman container prune` docs that provides an example of how to use the `--filter until=` flag/filter in an incorrect way. Fixes: #19119 Signed-off-by: Jake Correnti --- docs/source/markdown/podman-container-prune.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-container-prune.1.md b/docs/source/markdown/podman-container-prune.1.md index 66519b96d5..e9f55c3166 100644 --- a/docs/source/markdown/podman-container-prune.1.md +++ b/docs/source/markdown/podman-container-prune.1.md @@ -62,7 +62,7 @@ fff1c5b6c3631746055ec40598ce8ecaa4b82aef122f9e3a85b03b55c0d06c23 602d343cd47e7cb3dfc808282a9900a3e4555747787ec6723bb68cedab8384d5 ``` -Remove all stopped containers from local storage created within last 10 minutes +Remove all stopped containers from local storage created before the last 10 minutes ``` $ podman container prune --filter until="10m" WARNING! This will remove all stopped containers.