python: Build a working crypt module (closes #230)
[termux-packages] / packages / termux-api / termux-sms-send
index 43664a5..7802b07 100755 (executable)
@@ -6,7 +6,7 @@ show_usage () {
        echo "Usage: $SCRIPTNAME [-t <text>] <recipient-number>"
        echo "Send a SMS."
        echo ""
-       echo "  -t <text>  The text to send (optional - else from stdin)"
+       echo "  -t <text>  text to send (optional - else from stdin)"
        echo ""
        echo "If no text is specified with the -t option the text to send is read from stdin."
        exit 0