mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
fix artifact inspect issues
Fix remaining CI issues from PR #27182. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user