Skip to content

Commit 4a3fb60

Browse files
author
André Marçais
committed
Added to termux-sms-send help message
1 parent 729fd17 commit 4a3fb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-sms-send

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ show_usage () {
66
echo "Usage: $SCRIPTNAME -n number[,number2,number3,...] [-s slot] [text]"
77
echo "Send a SMS message to the specified recipient number(s). The text to send is either supplied as arguments or read from stdin if no arguments are given."
88
echo " -n number(s) recipient number(s) - separate multiple numbers by commas"
9-
echo " -s sim slot to use"
9+
echo " -s slot sim slot to use - silently fails if slot number is invalid or if missing READ_PHONE_STATE permission"
1010
exit 0
1111
}
1212

0 commit comments

Comments
 (0)