diff options
Diffstat (limited to 'docs/podman-stop.1.md')
-rw-r--r-- | docs/podman-stop.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-stop.1.md b/docs/podman-stop.1.md index d7ad41e30..b5ea670b0 100644 --- a/docs/podman-stop.1.md +++ b/docs/podman-stop.1.md @@ -6,6 +6,8 @@ podman\-stop - Stop one or more running containers ## SYNOPSIS **podman stop** [*options*] *container* ... +**podman container stop** [*options*] *container* ... + ## DESCRIPTION Stops one or more containers. You may use container IDs or names as input. The **--timeout** switch allows you to specify the number of seconds to wait before forcibly stopping the container after the stop command |