aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2021-10-29 14:22:49 +0200
committerGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2021-10-29 14:24:10 +0200
commit9fc98f265ac4598d58e4b0b7151f9c845a0b6895 (patch)
treef99a27d3ab36379d8f79c11073071d8c7622a7eb /docs/source
parent197152b02ba2b3f8e56dc08ff3b30a4175b4b158 (diff)
downloadpodman-9fc98f265ac4598d58e4b0b7151f9c845a0b6895.tar.gz
podman-9fc98f265ac4598d58e4b0b7151f9c845a0b6895.tar.bz2
podman-9fc98f265ac4598d58e4b0b7151f9c845a0b6895.zip
Fix pause usage example
The page contains a wrong 'stop' command example. Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-pause.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pause.1.md b/docs/source/markdown/podman-pause.1.md
index 123362822..90ea1e32e 100644
--- a/docs/source/markdown/podman-pause.1.md
+++ b/docs/source/markdown/podman-pause.1.md
@@ -31,7 +31,7 @@ podman pause 860a4b23
Pause all **running** containers.
```
-podman stop -a
+podman pause -a
```
## SEE ALSO