Explorar o código

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
William Henry %!s(int64=11) %!d(string=hai) anos
pai
achega
a5b4a90748
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/man/md/docker-build.md

+ 1 - 1
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**.