From ab173472b4da679018935017cdf4abd7b760d4a1 Mon Sep 17 00:00:00 2001 From: Tom Van Rompaey Date: Mon, 15 Jan 2018 17:15:19 +0800 Subject: [PATCH] Fix small typo: bulid -> build Signed-off-by: Tom Van Rompaey --- compose/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli/main.py b/compose/cli/main.py index 78df6b89a..7b8fbcdaf 100644 --- a/compose/cli/main.py +++ b/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']