We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c886a commit 02f1525Copy full SHA for 02f1525
1 file changed
scripts/termux-sms-list
@@ -21,7 +21,7 @@ show_usage () {
21
exit 0
22
}
23
24
-while getopts :hdlt:no: option
+while getopts :hdl:t:no: option
25
do
26
case "$option" in
27
h) show_usage;;
0 commit comments