summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-21 15:42:47 -0400
committerGitHub <noreply@github.com>2021-04-21 15:42:47 -0400
commit382c0ac1336ef9c212ac5cdc676d080dceeee420 (patch)
tree9557e81f42907e67dff2891611c7c050add587f0 /docs/source
parent5c8ba488078c7ee71e5b3a2cbb2bf770734d6c81 (diff)
parent85937044cdeb3e3b4b7036367db900ff8f0b146b (diff)
downloadpodman-382c0ac1336ef9c212ac5cdc676d080dceeee420.tar.gz
podman-382c0ac1336ef9c212ac5cdc676d080dceeee420.tar.bz2
podman-382c0ac1336ef9c212ac5cdc676d080dceeee420.zip
Merge pull request #10103 from pipern/patch-1
[CI:DOCS] Typo fix to usage text of --compress option
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-save.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-save.1.md b/docs/source/markdown/podman-save.1.md
index e6f6e993b..0036a9379 100644
--- a/docs/source/markdown/podman-save.1.md
+++ b/docs/source/markdown/podman-save.1.md
@@ -27,7 +27,7 @@ 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 when using the **dir** transport i.e --format=oci-dir or --format=docker-dir
#### **\-\-output**, **-o**=*file*