diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-14 13:14:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 13:14:41 +0000 |
commit | 35e637daf894a8c2e01fe52a6a8768166ba38e7f (patch) | |
tree | ce293d7a147d0095642ade3167f0992aab5cdb4b /docs/source/markdown/podman-commit.1.md | |
parent | 23a266b2e76ba06041743aae3f5984cf937dda53 (diff) | |
parent | ad7c54e13a17eed8efb7b1367a17859d6f7e3032 (diff) | |
download | podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.gz podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.bz2 podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.zip |
Merge pull request #14914 from edsantiago/xref_manpages_stricter
[CI:DOCS] man page checker: enforce stricter options format
Diffstat (limited to 'docs/source/markdown/podman-commit.1.md')
-rw-r--r-- | docs/source/markdown/podman-commit.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-commit.1.md b/docs/source/markdown/podman-commit.1.md index 3df931254..b7b52e3a7 100644 --- a/docs/source/markdown/podman-commit.1.md +++ b/docs/source/markdown/podman-commit.1.md @@ -36,7 +36,7 @@ Apply the following possible instructions to the created image: Can be set multiple times. -#### **--format**, **-f** =**oci** | *docker* +#### **--format**, **-f**=**oci** | *docker* Set the format of the image manifest and metadata. The currently supported formats are **oci** and *docker*.\ The default is **oci**. |