diff options
Diffstat (limited to 'docs/podman-images.1.md')
-rw-r--r-- | docs/podman-images.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-images.1.md b/docs/podman-images.1.md index 85a012f65..4c0073425 100644 --- a/docs/podman-images.1.md +++ b/docs/podman-images.1.md @@ -11,6 +11,10 @@ Displays locally stored images, their names, and their IDs. ## OPTIONS +**--all, -a** + +Show all images (by default filter out the intermediate image layers). The default is false. (This is a NOOP until podman build supports caching.) + **--digests** Show image digests |