Fixed an missing '-' on the "--rm"

Docker-DCO-1.1-Signed-off-by: William Henry <whenry@redhat.com> (github: ipbabble)

 Changes to be committed:
	modified:   contrib/man/md/docker-build.md
Upstream-commit: a5b4a907485c76088d02226df62b0a27bd76117f
Component: engine
This commit is contained in:
William Henry
2014-04-22 22:17:33 -06:00
parent c9094c699e
commit 107ba1c425
@@ -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**.