Skip to content

Commit

Permalink
Correct a typo in scripts/termux-sms-list.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison authored and Grimler91 committed Oct 11, 2022
1 parent d6972eb commit 0fd5e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/termux-sms-list.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUPPORTED_TYPES="all|inbox|sent|draft|outbox"
show_usage () {
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-n] [-o offset] [-t type] [-c] [-f number]"
echo "List SMS messages."
echo " -l limit offset in sms list (default: $PARAM_LIMIT)"
echo " -l limit limit in retrieved sms list (default: $PARAM_LIMIT)"
echo " -o offset offset in sms list (default: $PARAM_OFFSET)"
echo " -t type the type of messages to list (default: $PARAM_TYPE):"
echo " $SUPPORTED_TYPES"
Expand Down

0 comments on commit 0fd5e31

Please sign in to comment.