mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-16 12:13:18 +00:00
Fix help option
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
This commit is contained in:
parent
95dfcb47a1
commit
e5b37e549e
@ -94,11 +94,15 @@ Options:
|
||||
"
|
||||
}
|
||||
|
||||
while getopts ":d" opt; do
|
||||
while getopts ":dh" opt; do
|
||||
case $opt in
|
||||
d)
|
||||
DEBUG=1
|
||||
;;
|
||||
h)
|
||||
usage
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user