Jelajahi Sumber

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 11 tahun lalu
induk
melakukan
a5b4a90748
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 # SYNOPSIS
 **docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*]
 **docker build** [**--no-cache**[=*false*] [**-q**|**--quiet**[=*false*]
- [**-rm**] [**-t**|**--tag**=*tag*] PATH | URL | -
+ [**--rm**] [**-t**|**--tag**=*tag*] PATH | URL | -
 
 
 # DESCRIPTION
 # DESCRIPTION
 This will read the Dockerfile from the directory specified in **PATH**.
 This will read the Dockerfile from the directory specified in **PATH**.