From 9867d6ad0dd9f2475b2d0581c798b4cb5a140ef6 Mon Sep 17 00:00:00 2001
From: marc ernoult <ernoult@ipno.in2p3.fr>
Date: Fri, 9 Mar 2018 09:27:25 +0100
Subject: [PATCH] Print the help option if wrong arg in install.sh

---
 install.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install.sh b/install.sh
index cc2fef5e6..cdf85a111 100755
--- a/install.sh
+++ b/install.sh
@@ -99,6 +99,8 @@ for arg in "$@"; do
             BUILD=true;GTEST=true ;;
         -j* )
             J="${arg//-j=/}" ;;
+        * )
+            usage ;;
     esac
 done
 
-- 
GitLab