modify error message

This commit is contained in:
MaysWind
2021-06-09 01:04:56 +08:00
parent c996c8fe3f
commit db11278bd5
+1 -1
View File
@@ -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