From d4dc912c1c39129b8df7530052486467c8b9d0b8 Mon Sep 17 00:00:00 2001 From: "Benjamin.Jaillet" Date: Wed, 19 Aug 2020 14:06:58 +0200 Subject: [PATCH] fixed error msg when -e option is missing --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5fdda28..483a644 100755 --- a/build.sh +++ b/build.sh @@ -67,7 +67,7 @@ while [ $# != 0 ];do done if [ -z $MODE ]; then - echo "ERROR: the -t option is mandatory. Check Usage and relaunch" + echo "ERROR: the -e option is mandatory. Check Usage and relaunch" Usage exit fi