diff options
Diffstat (limited to 'docs/podman-stop.1.md')
-rw-r--r-- | docs/podman-stop.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-stop.1.md b/docs/podman-stop.1.md index e2c4e8b44..b5ea670b0 100644 --- a/docs/podman-stop.1.md +++ b/docs/podman-stop.1.md @@ -1,11 +1,13 @@ % podman-stop(1) ## NAME -podman\-stop - Stop one or more containers +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 |