From d79d596bcefac515a4122e699ebb183a4ff865fb Mon Sep 17 00:00:00 2001 From: shu-kitamura Date: Wed, 18 Jun 2025 21:10:17 +0900 Subject: [PATCH] docs: add an example to podman-secret-rm man page This patch adds an example of using the `--ingore` option to the podman-secret-rm.1 man page. Fixes: #26361 Signed-off-by: shu-kitamura --- docs/source/markdown/podman-secret-rm.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/markdown/podman-secret-rm.1.md b/docs/source/markdown/podman-secret-rm.1.md index 8dbef60f13..c6d3c1f717 100644 --- a/docs/source/markdown/podman-secret-rm.1.md +++ b/docs/source/markdown/podman-secret-rm.1.md @@ -43,6 +43,13 @@ $ podman secret rm --all 4ee314533b16a47d0d8c6e775 ``` +Removes the specified secrets. No error is thrown if a non-existent secret is included. +``` +$ podman secret rm --ignore mysecret1 mysecret2 non_existent_secret +9bb0cad56c4a610da8ebca0cc +3c497981215f1b5dd9ce19cde +``` + ## SEE ALSO **[podman(1)](podman.1.md)**, **[podman-secret(1)](podman-secret.1.md)**