diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-11 16:18:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 16:18:13 -0400 |
commit | 9cfcf5692bfb2d6236dff3291e794496f28353a1 (patch) | |
tree | cce30361b885ad6a44e655e6f6a3d24ba1ea06d3 /docs/source/markdown/podman-commit.1.md | |
parent | 9bc27118b52442f941666b48eb07102a541ada16 (diff) | |
parent | 3d1bff6db98ca5af0fad3f4effc379fcccc8664d (diff) | |
download | podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.gz podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.bz2 podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.zip |
Merge pull request #5460 from edsantiago/man_page_xref
man page cross-reference fixes: part 2
Diffstat (limited to 'docs/source/markdown/podman-commit.1.md')
-rw-r--r-- | docs/source/markdown/podman-commit.1.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-commit.1.md b/docs/source/markdown/podman-commit.1.md index 13e46a899..2f1369847 100644 --- a/docs/source/markdown/podman-commit.1.md +++ b/docs/source/markdown/podman-commit.1.md @@ -38,10 +38,6 @@ Can be set multiple times Set the format of the image manifest and metadata. The currently supported formats are _oci_ and _docker_. If not specifically set, the default format used is _oci_. -**--iidfile**=*ImageIDfile* - -Write the image ID to the file. - **--include-volumes** Include in the committed image any volumes added to the container by the `--volume` or `--mount` options to the `podman create` and `podman run` commands. |