Apply suggestions from code review

Co-authored-by: Valentin Rothberg <vrothberg@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2024-02-18 12:42:07 -05:00 committed by GitHub
parent 63d9bf1280
commit 66ed469879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ Pause all **running** containers:
podman pause --all
```
Pause container using ID specified in a given files:
Pause container using ID specified in given files:
```
podman pause --cidfile /home/user/cidfile-1
podman pause --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2

View File

@ -63,7 +63,7 @@ Unpause all **paused** containers:
podman unpause --all
```
Unpause container using ID specified in a given files:
Unpause container using ID specified in given files:
```
podman unpause --cidfile /home/user/cidfile-1
podman unpause --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2