Skip to content

Commit c7c886a

Browse files
committed
Rename termux-sms-inbox to termux-sms-list
1 parent b698ef0 commit c7c886a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ PARAM_OFFSET=0
66
PARAM_TYPE=inbox
77
PARAMS=""
88

9-
SCRIPTNAME=termux-sms-inbox
9+
SCRIPTNAME=termux-sms-list
1010

1111
SUPPORTED_TYPES="all|inbox|sent|draft|outbox"
1212
show_usage () {
13-
echo "Usage: termux-sms-inbox [-d] [-l limit] [-n] [-o offset] [-t type]"
13+
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-n] [-o offset] [-t type]"
1414
echo "List SMS messages."
1515
echo " -d show dates when messages were created"
1616
echo " -l limit offset in sms list (default: $PARAM_LIMIT)"

0 commit comments

Comments
 (0)