Replaced function with generic echo, as functions are not available yet

This commit is contained in:
Michael Boelen 2016-07-26 15:20:18 +02:00
parent 0b5b4a47a3
commit 64075a8497
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@
;;
--tests-category | --tests-categories | --view-categories | --list-categories | --show-categories)
ShowError "Deprecated option"
ExitFatal
echo "Error: Deprecated option ($1)"
exit 1
;;
# Drop out when using wrong option(s)