diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-23 09:42:15 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-23 15:18:44 -0600 |
commit | 9dca68bdd9e9b2dc05554e6bfa3502cea4c3762c (patch) | |
tree | 0ba652026e70a80afa83f8644aafead132a9a4e2 /docs/source/markdown/podman-pod-stop.1.md.in | |
parent | 2538bea8da2a4dba96f1c80594a66f6319d2d872 (diff) | |
download | podman-9dca68bdd9e9b2dc05554e6bfa3502cea4c3762c.tar.gz podman-9dca68bdd9e9b2dc05554e6bfa3502cea4c3762c.tar.bz2 podman-9dca68bdd9e9b2dc05554e6bfa3502cea4c3762c.zip |
Man pages: refactor common options: --ignore
Should be an easy one to review.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-stop.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-pod-stop.1.md.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-pod-stop.1.md.in b/docs/source/markdown/podman-pod-stop.1.md.in index 879645cd9..3655c3938 100644 --- a/docs/source/markdown/podman-pod-stop.1.md.in +++ b/docs/source/markdown/podman-pod-stop.1.md.in @@ -15,11 +15,7 @@ Stop containers in one or more pods. You may use pod IDs or names as input. Stops all pods -#### **--ignore**, **-i** - -Ignore errors when specified pods are not in the container store. A user might -have decided to manually remove a pod which would lead to a failure during the -ExecStop directive of a systemd service referencing that pod. +@@option ignore #### **--latest**, **-l** |