mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-26 12:24:51 +01:00
Fix issue where limit lost its parameter
This commit is contained in:
parent
c7c886a5c9
commit
02f1525ed6
@ -21,7 +21,7 @@ show_usage () {
|
||||
exit 0
|
||||
}
|
||||
|
||||
while getopts :hdlt:no: option
|
||||
while getopts :hdl:t:no: option
|
||||
do
|
||||
case "$option" in
|
||||
h) show_usage;;
|
||||
|
Loading…
Reference in New Issue
Block a user