浏览代码

Fixed some missing ']' and the TAG

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

 Changes to be committed:
	modified:   contrib/man/md/docker-build.1.md
William Henry 11 年之前
父节点
当前提交
a6fd2c237e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      contrib/man/md/docker-build.1.md

+ 2 - 2
contrib/man/md/docker-build.1.md

@@ -5,8 +5,8 @@
 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 | -
+**docker build** [**--no-cache**[=*false*]] [**-q**|**--quiet**[=*false*]]
+ [**--rm**] [**-t**|**--tag**=TAG] PATH | URL | -
 
 # DESCRIPTION
 This will read the Dockerfile from the directory specified in **PATH**.