From fab784c5133ad0c7666b309764b7dff783d6b9ad Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@lis-lab.fr> Date: Tue, 31 Mar 2020 15:39:01 +0200 Subject: [PATCH] Updated usage of evaluate.sh --- UD_any/evaluate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UD_any/evaluate.sh b/UD_any/evaluate.sh index e298885..eb99968 100755 --- a/UD_any/evaluate.sh +++ b/UD_any/evaluate.sh @@ -7,7 +7,7 @@ function has_space { } function print_usage_and_exit { - >&2 echo "USAGE : (tsv | txt) language_keyword templateName expName [arguments]" + >&2 echo "USAGE : (tsv | txt) language_keyword expName [arguments]" exit 1 } -- GitLab