diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-11 16:59:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-11 16:59:40 +0200 |
commit | 16d40650d96300f20a9fb4efe79d5f2e14534ada (patch) | |
tree | 4b26494a1f4ff96cf458a66e8168a06d5255219a | |
parent | d1945eef491cf38ed5bcaf6780287c8629d6edd4 (diff) |
Minor change to build scripts
-rw-r--r-- | build-mingw.bat | 2 | ||||
-rw-r--r-- | build-msvc.bat | 2 | ||||
-rwxr-xr-x | build.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index a5da24c..98f5597 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -9,7 +9,7 @@ goto start :usage echo. -echo Usage: %0 [/?] [^<options^>] ^<cxx^> +echo Usage: %0 [/?] [^<options^>] ^<c++-compiler^> echo Options: echo --install-dir ^<dir^> Alternative installation directory. echo --repo ^<loc^> Alternative package repository location. diff --git a/build-msvc.bat b/build-msvc.bat index e8d9b90..9cc11a0 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -9,7 +9,7 @@ goto start :usage echo. -echo Usage: %0 [/?] [^<options^>] [^<cxx^>] +echo Usage: %0 [/?] [^<options^>] [^<cl-compiler^>] echo Options: echo --install-dir ^<dir^> Alternative installation directory. echo --repo ^<loc^> Alternative package repository location. @@ -4,7 +4,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -usage="Usage: $0 [-h|--help] [<options>] <cxx>" +usage="Usage: $0 [-h|--help] [<options>] <c++-compiler>" # Package repository URL (or path). # |