diff options
author | Miloslav Trmač <mitr@redhat.com> | 2021-12-02 22:29:16 +0100 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2021-12-02 22:29:16 +0100 |
commit | 2e132d1d430f21fff5946ac2d97912b4b246409c (patch) | |
tree | a1da56a59bc2fe5af7e0bbff45df1581610d86a0 | |
parent | 952046ffdd8a6c62cbe3a58d6d0ea7c47fbe03e4 (diff) | |
download | podman-2e132d1d430f21fff5946ac2d97912b4b246409c.tar.gz podman-2e132d1d430f21fff5946ac2d97912b4b246409c.tar.bz2 podman-2e132d1d430f21fff5946ac2d97912b4b246409c.zip |
Fix documentation of (podman image save --compress --uncompressed)
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
-rw-r--r-- | docs/source/markdown/podman-save.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-save.1.md b/docs/source/markdown/podman-save.1.md index 24396b4fb..0de64e518 100644 --- a/docs/source/markdown/podman-save.1.md +++ b/docs/source/markdown/podman-save.1.md @@ -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* |