diff options
Diffstat (limited to 'docs/podman-load.1.md')
-rw-r--r-- | docs/podman-load.1.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/podman-load.1.md b/docs/podman-load.1.md index 6036353a2..a3299508e 100644 --- a/docs/podman-load.1.md +++ b/docs/podman-load.1.md @@ -4,11 +4,7 @@ podman\-load - Load an image from docker archive ## SYNOPSIS -**podman load** -**NAME[:TAG|@DIGEST]** -[**--input**|**-i**] -[**--quiet**|**-q**] -[**--help**|**-h**] +**podman load** *name*[:*tag*|@*digest*] ## DESCRIPTION **podman load** copies an image from either **docker-archive** or **oci-archive** stored @@ -38,6 +34,10 @@ Pathname of a signature policy file to use. It is not recommended that this option be used, as the default behavior of using the system-wide default policy (frequently */etc/containers/policy.json*) is most often preferred +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |