Browse code

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 <chenhanxiao@cn.fujitsu.com>

Chen Hanxiao authored on 2015/04/02 18:01:00
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ Using an existing container's name or ID you can create a new image.
22 22
 
23 23
 **-c** , **--change**=[]
24 24
    Apply specified Dockerfile instructions while committing the image
25
-   Supported Dockerfile instructions: ADD|CMD|ENTRYPOINT|ENV|EXPOSE|FROM|MAINTAINER|RUN|USER|LABEL|VOLUME|WORKDIR|COPY
25
+   Supported Dockerfile instructions: `ADD`|`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`FROM`|`MAINTAINER`|`RUN`|`USER`|`LABEL`|`VOLUME`|`WORKDIR`|`COPY`
26 26
 
27 27
 **--help**
28 28
   Print usage statement