Skip to content

Commit

Permalink
Fix documentation of (podman image save --compress --uncompressed)
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Dec 2, 2021
1 parent 952046f commit 2e132d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-save.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Note: `:` is a restricted character and cannot be part of the file name.
#### **--compress**

Compress tarball image layers when pushing to a directory using the 'dir' transport. (default is same compression type, compressed or uncompressed, as source)
Note: This flag can only be set when using the **dir** transport i.e --format=oci-dir or --format=docker-dir
Note: This flag can only be set with **--format=docker-dir**.

#### **--uncompressed**

Accept uncompressed layers when copying OCI images.
Accept uncompressed layers when using one of the OCI formats.

#### **--output**, **-o**=*file*

Expand Down

0 comments on commit 2e132d1

Please sign in to comment.