php: Update from 7.1.1 to 7.1.2 and enable pcntl
[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
 }