Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Aug 11, 2024
1 parent 35a4804 commit 118dc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genSrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ do

bdm | baseDelayMillis) baseDelayMillis="$val";;
bp | basePackageName) basePackageName="$val";;
mn | outputModuleName) outputModuleName="$val";;
mn | moduleName) outputModuleName="$val";;
nt | numThreads) numThreads="$val";;
pcsv | programsCSVs) programsCSV="$val";;
rpc) rpc="$val";;
Expand Down

0 comments on commit 118dc7c

Please sign in to comment.