瀏覽代碼

fix typo in man page

 - resolve #16536

Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
Morgan Bauer 9 年之前
父節點
當前提交
3a4775cb80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/docker-build.1.md

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

@@ -56,7 +56,7 @@ cloned locally and then sent as the context.
    name and value of a **buildarg**.
 
    For example, if you want to pass a value for `http_proxy`, use
-   `--bulid-arg=http_proxy="http://some.proxy.url"`
+   `--build-arg=http_proxy="http://some.proxy.url"`
 
    Users pass these values at build-time. Docker uses the `buildargs` as the
    environment context for command(s) run via the Dockerfile's `RUN` instruction