aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-stop.1.md.in
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-10-06 04:25:23 +0200
committerGitHub <noreply@github.com>2022-10-06 04:25:23 +0200
commitfce7a4f358ed09f96a2d7857ab227978e1d6c32b (patch)
treee4f0cc8894904b9e5f6a008fd2e650d56ea79f88 /docs/source/markdown/podman-stop.1.md.in
parentcc609e52bdb641a8c1b1d9c183cac12db142da61 (diff)
parent51c3578415477df87ce531c43d4eca3a3013a230 (diff)
downloadpodman-fce7a4f358ed09f96a2d7857ab227978e1d6c32b.tar.gz
podman-fce7a4f358ed09f96a2d7857ab227978e1d6c32b.tar.bz2
podman-fce7a4f358ed09f96a2d7857ab227978e1d6c32b.zip
Merge pull request #16061 from edsantiago/docs_dedup_time
[CI:DOCS] Man pages: refactor common options: --time
Diffstat (limited to 'docs/source/markdown/podman-stop.1.md.in')
-rw-r--r--docs/source/markdown/podman-stop.1.md.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-stop.1.md.in b/docs/source/markdown/podman-stop.1.md.in
index 7b32ca4b0..ec5fd79b6 100644
--- a/docs/source/markdown/podman-stop.1.md.in
+++ b/docs/source/markdown/podman-stop.1.md.in
@@ -54,9 +54,7 @@ Valid filters are listed below:
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
-#### **--time**, **-t**=*seconds*
-
-Seconds to wait before forcibly stopping the container
+@@option time
## EXAMPLES