aboutsummaryrefslogtreecommitdiff
path: root/build-msvc.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-17 15:58:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-17 15:58:31 +0200
commit9e1847f1193b0862c01689622a1427b26e925216 (patch)
treeb218982dfffffb7fd7265d4ce876529b079d0e67 /build-msvc.bat
parent590ba56543bd8e10c05cd8bf9e9ff6ff1f72e03e (diff)
Minor improvements to build scripts
Diffstat (limited to 'build-msvc.bat')
-rw-r--r--build-msvc.bat4
1 files changed, 2 insertions, 2 deletions
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 ^<level^> 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.