From 11bdbbb0cf9806b85b25a72286bec612c6f29e71 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 17 Mar 2015 15:02:59 +0300 Subject: [PATCH] Fixed build script typo --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 5d5b249a..98a70ba7 100644 --- a/build/build.sh +++ b/build/build.sh @@ -17,7 +17,7 @@ usage() echo "Build helper script for one of the supported platforms" echo "Usage: build.sh \"options\"" echo " where options may be any of the following:" - echo " -t make target" + echo " -t make target" echo " -c Possible values are: gcc,clang,icc" echo " -x (e.g. g++, CC)" echo " -p Possible values are:" -- 2.34.1