From cc1d2ef1b947c5de061f0739289614cade767e4d Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Wed, 19 Aug 2015 09:59:44 -0400 Subject: [PATCH] fix format man-commit Signed-off-by: Sally O'Malley Upstream-commit: ab9e71b6167e636c01c7a82726f1de4e74a48607 Component: engine --- components/engine/man/docker-commit.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/man/docker-commit.1.md b/components/engine/man/docker-commit.1.md index 329bc0c663..b17b37c6bc 100644 --- a/components/engine/man/docker-commit.1.md +++ b/components/engine/man/docker-commit.1.md @@ -8,7 +8,7 @@ docker-commit - Create a new image from a container's changes **docker commit** [**-a**|**--author**[=*AUTHOR*]] [**--help**] -[**-c**|**--change**[= []**]] +[**-c**|**--change**[=\[*DOCKERFILE INSTRUCTIONS*\]]] [**-m**|**--message**[=*MESSAGE*]] [**-p**|**--pause**[=*true*]] CONTAINER [REPOSITORY[:TAG]]