From 16d40650d96300f20a9fb4efe79d5f2e14534ada Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Dec 2017 16:59:40 +0200 Subject: Minor change to build scripts --- build-mingw.bat | 2 +- build-msvc.bat | 2 +- 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 [/?] [^] ^ +echo Usage: %0 [/?] [^] ^ echo Options: echo --install-dir ^ Alternative installation directory. echo --repo ^ 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 [/?] [^] [^] +echo Usage: %0 [/?] [^] [^] echo Options: echo --install-dir ^ Alternative installation directory. echo --repo ^ Alternative package repository location. diff --git a/build.sh b/build.sh index 620a3bc..48ff666 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -usage="Usage: $0 [-h|--help] [] " +usage="Usage: $0 [-h|--help] [] " # Package repository URL (or path). # -- cgit v1.1