diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-10-03 12:47:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 12:47:20 +0200 |
commit | ddf36e06490b5112fd8150f8e5090aa85bfa4018 (patch) | |
tree | 2e5c3a6dfd616b05114f21bec7f4aeba5972b1af /docs/source/markdown/podman-manifest-push.1.md.in | |
parent | 5da3e1187e7c250584dc3002938be61e655e1a7b (diff) | |
parent | 9bafd9c462d7f23326006fc59d78d59599cac777 (diff) | |
download | podman-ddf36e06490b5112fd8150f8e5090aa85bfa4018.tar.gz podman-ddf36e06490b5112fd8150f8e5090aa85bfa4018.tar.bz2 podman-ddf36e06490b5112fd8150f8e5090aa85bfa4018.zip |
Merge pull request #16028 from edsantiago/docs_dedup_compression-format
[CI:DOCS] Man pages: refactor common options: --compression-format
Diffstat (limited to 'docs/source/markdown/podman-manifest-push.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-manifest-push.1.md.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-manifest-push.1.md.in b/docs/source/markdown/podman-manifest-push.1.md.in index 8b91f504c..593725ff7 100644 --- a/docs/source/markdown/podman-manifest-push.1.md.in +++ b/docs/source/markdown/podman-manifest-push.1.md.in @@ -23,9 +23,7 @@ the list or index itself. (Default true) @@option cert-dir -#### **--compression-format**=**gzip** | *zstd* | *zstd:chunked* - -Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`. The default is `gzip` unless overridden in the containers.conf file. +@@option compression-format @@option creds |