diff --git a/build b/build
index 8f435e51ca900c5a89015ce46045f29db9c9f41c..69f01cb406b6d912f0241738db56d1370f1e6105 100755
--- a/build
+++ b/build
@@ -88,7 +88,7 @@ if [[ ${HELP} == "yes" ]]; then
     echo "   --prefix=PATH                         Prefix for the installation directory. ${HOME}/local by default."
     echo "   --install=yes/no                      Enables the installation of TNL files."
     echo "   --offline-build=yes/no                Disables online updates during the build. 'no' by default."
-    echo "   --with-mpi=yes/no                     Enables MPI. 'no' by default (Intel Compiler required)."
+    echo "   --with-mpi=yes/no                     Enables MPI. 'yes' by default (OpenMPI required)."
     echo "   --with-mic=yes/no                     Enables MIC (Intel Xeon Phi). 'no' by default (Intel Compiler required)."
     echo "   --with-cuda=yes/no                    Enables CUDA. 'yes' by default (CUDA Toolkit is required)."
     echo "   --with-cuda-arch=all/auto/30/35/...   Chooses CUDA architecture. 'auto' by default."