Skip to content

Commit

Permalink
catch undefined options
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmonkey committed Oct 2, 2020
1 parent 0379029 commit c59e34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttoggle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ while getopts ":f:sxtqh" opt; do
t)
startall=true
;;
h)
h | *)
usage
exit
;;
Expand Down

0 comments on commit c59e34a

Please sign in to comment.