Skip to content

Commit 02f1525

Browse files
committed
Fix issue where limit lost its parameter
1 parent c7c886a commit 02f1525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-sms-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ show_usage () {
2121
exit 0
2222
}
2323

24-
while getopts :hdlt:no: option
24+
while getopts :hdl:t:no: option
2525
do
2626
case "$option" in
2727
h) show_usage;;

0 commit comments

Comments
 (0)