From 22693fa2be3e1a99fe7897a00c6e7afdd0022d97 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Fri, 20 Dec 2019 23:23:21 +0000
Subject: [PATCH] Update Build.md

---
 doc/Build.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/Build.md b/doc/Build.md
index c96d48bea05..27eb0bd3a7a 100644
--- a/doc/Build.md
+++ b/doc/Build.md
@@ -41,6 +41,9 @@ foam
 ```
 ./Allwmake -s -l
 ```
+- This will start the build process, where the `-s` option is used to reduce
+  the level of output, and the `-l` option to record the output in a log file.
+  To see all available options use `./Allwmake -help`
 - In case you need to stop the compilation, continue later by running
 `./Allwmake` again.
 
-- 
GitLab