Merge pull request #12138 from gsanchietti/doc_pause_typo

[CI:DOCS] Fix pause usage example
This commit is contained in:
OpenShift Merge Robot
2021-10-29 13:28:28 +00:00
committed by GitHub

View File

@ -31,7 +31,7 @@ podman pause 860a4b23
Pause all **running** containers.
```
podman stop -a
podman pause -a
```
## SEE ALSO