From a5b4a907485c76088d02226df62b0a27bd76117f Mon Sep 17 00:00:00 2001 From: William Henry Date: Tue, 22 Apr 2014 22:17:33 -0600 Subject: [PATCH] Fixed an missing '-' on the "--rm" Docker-DCO-1.1-Signed-off-by: William Henry (github: ipbabble) Changes to be committed: modified: contrib/man/md/docker-build.md --- contrib/man/md/docker-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/man/md/docker-build.md b/contrib/man/md/docker-build.md index 679dc577c4..c61ee63940 100644 --- a/contrib/man/md/docker-build.md +++ b/contrib/man/md/docker-build.md @@ -6,7 +6,7 @@ docker-build - Build a container image from a Dockerfile source at PATH # SYNOPSIS **docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*] - [**-rm**] [**-t**|**--tag**=*tag*] PATH | URL | - + [**--rm**] [**-t**|**--tag**=*tag*] PATH | URL | - # DESCRIPTION This will read the Dockerfile from the directory specified in **PATH**.