mosquitto: Update from 1.4.10 to 1.4.11
[termux-packages] / packages / termux-api / termux-sms-inbox
index ea109f3..2e409fc 100755 (executable)
@@ -9,12 +9,10 @@ SCRIPTNAME=termux-sms-inbox
 show_usage () {
     echo "Usage: termux-sms-inbox [-d] [-l limit] [-n] [-o offset]"
     echo "List received SMS messages."
-    echo ""
     echo "  -d         show dates when messages were created"
     echo "  -l limit   offset in sms list (default: $PARAM_LIMIT)"
     echo "  -n         show phone numbers"
     echo "  -o offset  offset in sms list (default: $PARAM_OFFSET)"
-    echo ""
     exit 0
 }