fix artifact inspect issues

Fix remaining CI issues from PR #27182.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-10-22 13:04:13 +02:00
parent 1fbf24b65b
commit 339a432dd9
4 changed files with 16 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
podman\-artifact\-inspect - Inspect an OCI artifact
## SYNOPSIS
**podman artifact inspect** [*name*] ...
**podman artifact inspect** *name*
## DESCRIPTION
@@ -35,6 +35,10 @@ Valid placeholders for the Go template are listed below:
| .Name | Artifact name (string) |
| .TotalSizeBytes | Total Size of the artifact in bytes |
#### **--help**, **-h**
Print usage statement
## EXAMPLES
Inspect an OCI image in the local store.