diff --git a/docs/source/markdown/podman-diff.1.md.in b/docs/source/markdown/podman-diff.1.md.in index 70de724bce..2b7121dfc2 100644 --- a/docs/source/markdown/podman-diff.1.md.in +++ b/docs/source/markdown/podman-diff.1.md.in @@ -27,11 +27,13 @@ Alter the output into a different format. The only valid format for **podman di ## EXAMPLE +Show container-modified files versus containers image: ``` $ podman diff container1 A /myscript.sh ``` +Show container-modified files versus containers image in JSON format: ``` $ podman diff --format json myimage { @@ -46,6 +48,7 @@ $ podman diff --format json myimage } ``` +Show difference between specified container and image: ``` $ podman diff container1 image1 A /test