X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/0ec2b70462bf2052dd2080460112c3a8fc87f62e..f4d0939e17e95216ff256f6d3687dbb1522b7f80:/packages/termux-api/termux-sms-send diff --git a/packages/termux-api/termux-sms-send b/packages/termux-api/termux-sms-send index 43664a5c..7802b07b 100755 --- a/packages/termux-api/termux-sms-send +++ b/packages/termux-api/termux-sms-send @@ -6,7 +6,7 @@ show_usage () { echo "Usage: $SCRIPTNAME [-t ] " echo "Send a SMS." echo "" - echo " -t The text to send (optional - else from stdin)" + echo " -t 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