From 53b9498ab4618bb94cbc1e377596761d9cf34356 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 13 Mar 2019 17:49:32 +0000 Subject: [PATCH] Revert "Compose: Update build docs, Add --quiet flag" --- compose/reference/build.md | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/reference/build.md b/compose/reference/build.md index ed10f20527..0bac60a39d 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -17,7 +17,6 @@ Options: -m, --memory MEM Sets memory limit for the build container. --build-arg key=val Set build-time variables for services. --parallel Build images in parallel. - -q, --quiet Don't print anything to STDOUT. ``` Services are built once and then tagged, by default as `project_service`. For