summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-14 08:19:44 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-14 08:19:44 +0200
commit88686ecdd815936e0aa804e4f3289a86a6fcb682 (patch)
tree50f2ba056c2ab39d23718c98ceae360811b38f19
parent2c46575a982e8ecfa90bd68d08fdc48912ef9aaa (diff)
Updated help in driver file
-rwxr-xr-xtriso_study_driver.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/triso_study_driver.sh b/triso_study_driver.sh
index 17d1ee9..8d02bfc 100755
--- a/triso_study_driver.sh
+++ b/triso_study_driver.sh
@@ -7,6 +7,8 @@ elif [[ $1 == "nolcl" ]]; then
else
echo "Error: first CLI input must be [lcl/nolcl], and second [pin/ass/core]. Example usage:"
echo " ./triso_study_driver.sh lcl pin (run pin-level on LCL)"
+ echo " ./triso_study_driver.sh nolcl ass (run assembly-level)"
+ echo " ./triso_study_driver.sh nolcl core (run core-level)"
exit -1
fi