Apply suggestions from code review

Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2024-02-19 15:53:03 -05:00 committed by GitHub
parent 717c005698
commit 5b5343b38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -27,13 +27,13 @@ Alter the output into a different format. The only valid format for **podman di
## EXAMPLE
Show container-modified files versus containers image:
Show container-modified files versus the container's image:
```
$ podman diff container1
A /myscript.sh
```
Show container-modified files versus containers image in JSON format:
Show container-modified files versus the container's image in JSON format:
```
$ podman diff --format json myimage
{
@ -48,7 +48,7 @@ $ podman diff --format json myimage
}
```
Show difference between specified container and image:
Show the difference between the specified container and the image:
```
$ podman diff container1 image1
A /test