From 9bbf08de254dbaad9f12b6ad8a72650994c04fd2 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 30 Jan 2020 09:50:06 -0600 Subject: make image reference for commit optional to match docker compat, the image tag should be optional. Fixes: #5027 Signed-off-by: Brent Baude --- docs/source/markdown/podman-commit.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/markdown/podman-commit.1.md') 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 -- cgit v1.2.3-54-g00ecf