From 8fa03df8850c6eb3ecdce1266c72ed8d7af3a5bb Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Thu, 2 Apr 2015 05:01:00 -0400 Subject: [PATCH] docs: keep the style of docker-commit consistent with docker-import add a pair of accent mark around dockerfile commands in docker-commit, as the same thing in docker-import. Signed-off-by: Chen Hanxiao --- docs/man/docker-commit.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/docker-commit.1.md b/docs/man/docker-commit.1.md index e3459197a7..be70fdaa77 100644 --- a/docs/man/docker-commit.1.md +++ b/docs/man/docker-commit.1.md @@ -22,7 +22,7 @@ Using an existing container's name or ID you can create a new image. **-c** , **--change**=[] Apply specified Dockerfile instructions while committing the image - Supported Dockerfile instructions: ADD|CMD|ENTRYPOINT|ENV|EXPOSE|FROM|MAINTAINER|RUN|USER|LABEL|VOLUME|WORKDIR|COPY + Supported Dockerfile instructions: `ADD`|`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`FROM`|`MAINTAINER`|`RUN`|`USER`|`LABEL`|`VOLUME`|`WORKDIR`|`COPY` **--help** Print usage statement