From db11278bd5765dd250ee232a28b83f112dd1eb40 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 9 Jun 2021 01:04:56 +0800 Subject: [PATCH] modify error message --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cd6cc0fe..a0099408 100755 --- a/build.sh +++ b/build.sh @@ -79,7 +79,7 @@ parse_args() { check_type_dependencies() { if [ "$TYPE" = "" ]; then - echo_red "No specified type" + echo_red "Error: No specified type" show_help exit 2 fi