diff options
Diffstat (limited to 'docs/podman-save.1.md')
-rw-r--r-- | docs/podman-save.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-save.1.md b/docs/podman-save.1.md index e3c24ec76..a066d66da 100644 --- a/docs/podman-save.1.md +++ b/docs/podman-save.1.md @@ -32,9 +32,11 @@ Compress tarball image layers when pushing to a directory using the 'dir' transp Note: This flag can only be set when using the **dir** transport i.e --format=oci-dir or --format-docker-dir **--output, -o** + Write to a file, default is STDOUT **--format** + Save image to **oci-archive**, **oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type) ``` --format oci-archive @@ -43,6 +45,7 @@ Save image to **oci-archive**, **oci-dir** (directory with oci manifest type), o ``` **--quiet, -q** + Suppress the output ## EXAMPLES |