summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-28 04:44:15 -0800
committerGitHub <noreply@github.com>2020-01-28 04:44:15 -0800
commit3b574dde6c350e3943f4b2926f8e3fa7ff74318b (patch)
tree2ef7809a3ea31a603cb87dbccffb110f3fba3b3f /docs
parent9d30e9f2b6905d02e6abb155e606162424f3d8a5 (diff)
parentc38e22de23b7ef031ef9e4c3daa4b8dc6f91de87 (diff)
downloadpodman-3b574dde6c350e3943f4b2926f8e3fa7ff74318b.tar.gz
podman-3b574dde6c350e3943f4b2926f8e3fa7ff74318b.tar.bz2
podman-3b574dde6c350e3943f4b2926f8e3fa7ff74318b.zip
Merge pull request #4995 from rpjday/docs/podman_stop
docs: add missing hyphen for '-t' option, command '$' prompts
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-stop.1.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/source/markdown/podman-stop.1.md b/docs/source/markdown/podman-stop.1.md
index 3b5f17057..7dbf18887 100644
--- a/docs/source/markdown/podman-stop.1.md
+++ b/docs/source/markdown/podman-stop.1.md
@@ -38,27 +38,27 @@ to run containers such as CRI-O, the last started container could be from either
The latest option is not supported on the remote client.
-**--timeout**, **--time**, **t**=*time*
+**--timeout**, **--time**, **-t**=*time*
Timeout to wait before forcibly stopping the container
-## EXAMPLE
+## EXAMPLES
-podman stop mywebserver
+$ podman stop mywebserver
-podman stop 860a4b235279
+$ podman stop 860a4b235279
-podman stop mywebserver 860a4b235279
+$ podman stop mywebserver 860a4b235279
-podman stop --cidfile /home/user/cidfile-1
+$ podman stop --cidfile /home/user/cidfile-1
-podman stop --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2
+$ podman stop --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2
-podman stop --timeout 2 860a4b235279
+$ podman stop --timeout 2 860a4b235279
-podman stop -a
+$ podman stop -a
-podman stop --latest
+$ podman stop --latest
## SEE ALSO
podman(1), podman-rm(1)