瀏覽代碼

Merge pull request #5576 from tvanro/patch-1

Fix small typo: bulid -> build
Joffrey F 7 年之前
父節點
當前提交
045122c6f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -233,7 +233,7 @@ class TopLevelCommand(object):
             --force-rm              Always remove intermediate containers.
             --no-cache              Do not use cache when building the image.
             --pull                  Always attempt to pull a newer version of the image.
-            -m, --memory MEM        Sets memory limit for the bulid container.
+            -m, --memory MEM        Sets memory limit for the build container.
             --build-arg key=val     Set build-time variables for one service.
         """
         service_names = options['SERVICE']