Skip to content

Commit

Permalink
typo bugfix
Browse files Browse the repository at this point in the history
- properly define a default value for 'smi' instead of redefining
  'smt'
  • Loading branch information
k-rister committed Jul 14, 2023
1 parent 6895a90 commit 871c231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclictest-client
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ policy=fifo
interval=100
smt="on"
break_on=0
smt="on"
smi="on"

longopts="duration:,priority:,policy:,interval:,smt:,break-on:,smi:"
opts=$(getopt -q -o "D:p:i:s:b:" --longoptions "$longopts" -n "getopt.sh" -- "$@");
Expand Down

0 comments on commit 871c231

Please sign in to comment.