diff options
Diffstat (limited to 'triso_study_driver.sh')
| -rwxr-xr-x | triso_study_driver.sh | 2 |
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 |
