Fix pause usage example

The page contains a wrong 'stop' command example.

Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
This commit is contained in:
Giacomo Sanchietti
2021-10-29 14:22:49 +02:00
parent 197152b02b
commit 9fc98f265a

View File

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