summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrtas21-ae-case-study.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtas21-ae-case-study.sh b/rtas21-ae-case-study.sh
index b066b6e..f1b39c4 100755
--- a/rtas21-ae-case-study.sh
+++ b/rtas21-ae-case-study.sh
@@ -10,7 +10,7 @@ fi
10 10
11# Parameter validation 11# Parameter validation
12if [ $# -lt 1 ]; then 12if [ $# -lt 1 ]; then
13 taskset_root=ABmod_light_TACLe-SDVBS_5.5 13 taskset_root=ABmod_light_TACle-SDVBS_5.5
14 num_studies=10 14 num_studies=10
15 echo "Using default case-study task sets from '$taskset_root'." 15 echo "Using default case-study task sets from '$taskset_root'."
16 echo "To use another set, pass the path as the first param and the number of sets as the second." 16 echo "To use another set, pass the path as the first param and the number of sets as the second."