Merge pull request #5576 from tvanro/patch-1

Fix small typo: bulid -> build
This commit is contained in:
Joffrey F 2018-01-16 14:10:57 -08:00 committed by GitHub
commit 045122c6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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']