From 9e1847f1193b0862c01689622a1427b26e925216 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 May 2018 15:58:31 +0200 Subject: Minor improvements to build scripts --- build-msvc.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-msvc.bat') diff --git a/build-msvc.bat b/build-msvc.bat index 48e55d8..ac8ee63 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -19,9 +19,9 @@ echo --verbose ^ Diagnostics verbosity level between 0 and 6. echo. echo By default the batch file will use cl.exe as the C++ compiler and install echo into C:\build2. It also expects to find the base utilities in the bin\ -echo subdirectory of the installation directory (C:\build2\bin\ by default). +echo subdirectory of the installation directory ^(C:\build2\bin\ by default^). echo. -echo The --trust option recognizes two special values: 'yes' (trust everything) +echo The --trust option recognizes two special values: 'yes' ^(trust everything^) echo and 'no' (trust nothing). echo. echo See the BOOTSTRAP-MSVC file for details. -- cgit v1.1