diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-25 16:19:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 16:19:34 -0400 |
commit | 3944d8c142c59a293069fda5254e0088662b8d7b (patch) | |
tree | 7929f25201c14a9f4d5a963a905e072f86650633 /docs | |
parent | e11feb230923a169c1e235552afa2f7bec7f0fff (diff) | |
parent | 9fcfea7643b243a3ad691daaf07fe358f85491cb (diff) | |
download | podman-3944d8c142c59a293069fda5254e0088662b8d7b.tar.gz podman-3944d8c142c59a293069fda5254e0088662b8d7b.tar.bz2 podman-3944d8c142c59a293069fda5254e0088662b8d7b.zip |
Merge pull request #14329 from mheon/fixmes_1
First batch of resolutions to FIXMEs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-kill.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-kill.1.md b/docs/source/markdown/podman-kill.1.md index 35ca9f74f..a4f80ac81 100644 --- a/docs/source/markdown/podman-kill.1.md +++ b/docs/source/markdown/podman-kill.1.md @@ -14,7 +14,7 @@ The main process inside each container specified will be sent SIGKILL, or any si ## OPTIONS #### **--all**, **-a** -Signal all running containers. This does not include paused containers. +Signal all running and paused containers. #### **--cidfile** |