diff options
author | Brent Baude <bbaude@redhat.com> | 2020-01-30 09:50:06 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-01-30 09:51:59 -0600 |
commit | 9bbf08de254dbaad9f12b6ad8a72650994c04fd2 (patch) | |
tree | d9138b9a3c6ae1c3826b50e4dc02fa0e784768a8 /docs/source/markdown/podman-commit.1.md | |
parent | ee0b328b7265a017e310e1a9cd83418cf61aa491 (diff) | |
download | podman-9bbf08de254dbaad9f12b6ad8a72650994c04fd2.tar.gz podman-9bbf08de254dbaad9f12b6ad8a72650994c04fd2.tar.bz2 podman-9bbf08de254dbaad9f12b6ad8a72650994c04fd2.zip |
make image reference for commit optional
to match docker compat, the image tag should be optional.
Fixes: #5027
Signed-off-by: Brent Baude <bbaude@redhat.com>
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 07a885ae2..042ec7934 100644 --- a/docs/source/markdown/podman-commit.1.md +++ b/docs/source/markdown/podman-commit.1.md @@ -6,7 +6,7 @@ podman\-commit - Create new image based on the changed container ## SYNOPSIS **podman commit** [*options*] *container* *image* -**podman container commit** [*options*] *container* *image* +**podman container commit** [*options*] *container* [*image*] ## DESCRIPTION **podman commit** creates an image based on a changed container. The author of the |