diff options
Diffstat (limited to 'docs/podman-save.1.md')
-rw-r--r-- | docs/podman-save.1.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/podman-save.1.md b/docs/podman-save.1.md index a066d66da..afe69539e 100644 --- a/docs/podman-save.1.md +++ b/docs/podman-save.1.md @@ -4,12 +4,7 @@ podman\-save - Save an image to docker-archive or oci-archive ## SYNOPSIS -**podman save** -**NAME[:TAG]** -[**--quiet**|**-q**] -[**--format**] -[**--output**|**-o**] -[**--help**|**-h**] +**podman save** [*options*] *name*[:*tag*] ## DESCRIPTION **podman save** saves an image to either **docker-archive**, **oci-archive**, **oci-dir** (directory @@ -48,6 +43,10 @@ Save image to **oci-archive**, **oci-dir** (directory with oci manifest type), o Suppress the output +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |